From c8368258824b076c171fe25f0001200f1626c843 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 23 Oct 2020 15:07:24 +0000 Subject: 2020-10-23T14:30:01Z --- c2p-overlay.html | 66 ++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 45 insertions(+), 21 deletions(-) (limited to 'c2p-overlay.html') diff --git a/c2p-overlay.html b/c2p-overlay.html index b26c8308113f..8da73f8376a9 100644 --- a/c2p-overlay.html +++ b/c2p-overlay.html @@ -42,47 +42,71 @@ 16
$ pmaint sync c2p-overlay
 
- 17
warning: Pulling without specifying how to reconcile divergent branches is
+            17
WARNING:pkgcore:AstroFloyd repo at '/var/lib/repo-mirror-ci/sync/AstroFloyd', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 18
discouraged. You can squelch this message by running one of the following
+            18
WARNING:pkgcore:Drauthius repo at '/var/lib/repo-mirror-ci/sync/Drauthius', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 19
commands sometime before your next pull:
+            19
WARNING:pkgcore:activehome repo at '/var/lib/repo-mirror-ci/sync/activehome', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 20
+            20
WARNING:pkgcore:alexcepoi repo at '/var/lib/repo-mirror-ci/sync/alexcepoi', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 21
  git config pull.rebase false  # merge (the default strategy)
+            21
WARNING:pkgcore:aluco repo at '/var/lib/repo-mirror-ci/sync/aluco', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 22
  git config pull.rebase true   # rebase
+            22
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).
 
- 23
  git config pull.ff only       # fast-forward only
+            23
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).
 
- 24
+            24
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).
 
- 25
You can replace "git config" with "git config --global" to set a default
+            25
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).
 
- 26
preference for all repositories. You can also pass --rebase, --no-rebase,
+            26
WARNING:pkgcore:bibletime repo at '/var/lib/repo-mirror-ci/sync/bibletime', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 27
or --ff-only on the command line to override the configured default per
+            27
WARNING:pkgcore:bircoph repo at '/var/lib/repo-mirror-ci/sync/bircoph', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 28
invocation.
+            28
WARNING:pkgcore:bleeding-edge repo at '/var/lib/repo-mirror-ci/sync/bleeding-edge', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 29
+            29
warning: Pulling without specifying how to reconcile divergent branches is
 
- 30
Already up to date.
+            30
discouraged. You can squelch this message by running one of the following
 
- 31
*** syncing c2p-overlay
+            31
commands sometime before your next pull:
 
- 32
*** synced c2p-overlay
+            32
 
- 33
 * Sync succeeded
+            33
  git config pull.rebase false  # merge (the default strategy)
 
- 34
$ git log --format=%ci -1
+            34
  git config pull.rebase true   # rebase
 
- 35
$ git show -q --pretty=format:%G? HEAD
+            35
  git config pull.ff only       # fast-forward only
 
- 36
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 c2p-overlay
+            36
 
- 37
 * Cache regenerated successfully
+            37
You can replace "git config" with "git config --global" to set a default
+
+ 38
preference for all repositories. You can also pass --rebase, --no-rebase,
+
+ 39
or --ff-only on the command line to override the configured default per
+
+ 40
invocation.
+
+ 41
+
+ 42
Already up to date.
+
+ 43
*** syncing c2p-overlay
+
+ 44
*** synced c2p-overlay
+
+ 45
 * Sync succeeded
+
+ 46
$ git log --format=%ci -1
+
+ 47
$ git show -q --pretty=format:%G? HEAD
+
+ 48
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 c2p-overlay
+
+ 49
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad