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