From e8b21aef7a8a8426c4740048544df7ee2091dfa7 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Sat, 21 Nov 2020 03:05:15 +0000 Subject: 2020-11-21T03:00:01Z --- bitcoin.html | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'bitcoin.html') diff --git a/bitcoin.html b/bitcoin.html index b4b73149284e..a7d59e2c67ed 100644 --- a/bitcoin.html +++ b/bitcoin.html @@ -30,49 +30,47 @@ 10
$ pmaint sync bitcoin
 
- 11
WARNING:pkgcore:KBrown-pub repo at '/var/lib/repo-mirror-ci/sync/KBrown-pub', 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: Pulling without specifying how to reconcile divergent branches is
+            12
discouraged. You can squelch this message by running one of the following
 
- 13
discouraged. You can squelch this message by running one of the following
+            13
commands sometime before your next pull:
 
- 14
commands sometime before your next pull:
+            14
 
- 15
+            15
  git config pull.rebase false  # merge (the default strategy)
 
- 16
  git config pull.rebase false  # merge (the default strategy)
+            16
  git config pull.rebase true   # rebase
 
- 17
  git config pull.rebase true   # rebase
+            17
  git config pull.ff only       # fast-forward only
 
- 18
  git config pull.ff only       # fast-forward only
+            18
 
- 19
+            19
You can replace "git config" with "git config --global" to set a default
 
- 20
You can replace "git config" with "git config --global" to set a default
+            20
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 21
preference for all repositories. You can also pass --rebase, --no-rebase,
+            21
or --ff-only on the command line to override the configured default per
 
- 22
or --ff-only on the command line to override the configured default per
+            22
invocation.
 
- 23
invocation.
+            23
 
- 24
+            24
Already up to date.
 
- 25
Already up to date.
+            25
*** syncing bitcoin
 
- 26
*** syncing bitcoin
+            26
*** synced bitcoin
 
- 27
*** synced bitcoin
+            27
 * Sync succeeded
 
- 28
 * Sync succeeded
+            28
$ git log --format=%ci -1
 
- 29
$ git log --format=%ci -1
+            29
$ git show -q --pretty=format:%G? HEAD
 
- 30
$ git show -q --pretty=format:%G? HEAD
+            30
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bitcoin
 
- 31
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bitcoin
-
- 32
 * Cache regenerated successfully
+            31
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad