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