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