From e33cd2177cdc87b735a38a633f638b6c1b13e406 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 23 Oct 2020 13:06:50 +0000 Subject: 2020-10-23T13:00:01Z --- awesome.html | 46 +++++++++++++++++++++------------------------- 1 file changed, 21 insertions(+), 25 deletions(-) (limited to 'awesome.html') diff --git a/awesome.html b/awesome.html index 5579e8954dc9..c42675e0bcbf 100644 --- a/awesome.html +++ b/awesome.html @@ -32,51 +32,47 @@ 11
$ pmaint sync awesome
 
- 12
WARNING:pkgcore:DuPol repo at '/var/lib/repo-mirror-ci/sync/DuPol', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            12
warning: Pulling without specifying how to reconcile divergent branches is
 
- 13
WARNING:pkgcore:alexxy repo at '/var/lib/repo-mirror-ci/sync/alexxy', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            13
discouraged. You can squelch this message by running one of the following
 
- 14
warning: Pulling without specifying how to reconcile divergent branches is
+            14
commands sometime before your next pull:
 
- 15
discouraged. You can squelch this message by running one of the following
+            15
 
- 16
commands sometime before your next pull:
+            16
  git config pull.rebase false  # merge (the default strategy)
 
- 17
+            17
  git config pull.rebase true   # rebase
 
- 18
  git config pull.rebase false  # merge (the default strategy)
+            18
  git config pull.ff only       # fast-forward only
 
- 19
  git config pull.rebase true   # rebase
+            19
 
- 20
  git config pull.ff only       # fast-forward only
+            20
You can replace "git config" with "git config --global" to set a default
 
- 21
+            21
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 22
You can replace "git config" with "git config --global" to set a default
+            22
or --ff-only on the command line to override the configured default per
 
- 23
preference for all repositories. You can also pass --rebase, --no-rebase,
+            23
invocation.
 
- 24
or --ff-only on the command line to override the configured default per
+            24
 
- 25
invocation.
+            25
Already up to date.
 
- 26
+            26
*** syncing awesome
 
- 27
Already up to date.
+            27
*** synced awesome
 
- 28
*** syncing awesome
+            28
 * Sync succeeded
 
- 29
*** synced awesome
+            29
$ git log --format=%ci -1
 
- 30
 * Sync succeeded
+            30
$ git show -q --pretty=format:%G? HEAD
 
- 31
$ git log --format=%ci -1
+            31
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 awesome
 
- 32
$ git show -q --pretty=format:%G? HEAD
-
- 33
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 awesome
-
- 34
 * Cache regenerated successfully
+            32
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad