From ec8272eb4dc442a66b9ae7efc60fc650cf0822a2 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Tue, 9 Mar 2021 07:05:22 +0000 Subject: 2021-03-09T07:00:02Z --- go-overlay.html | 70 ++++++++++++++++++++------------------------------------- 1 file changed, 24 insertions(+), 46 deletions(-) (limited to 'go-overlay.html') diff --git a/go-overlay.html b/go-overlay.html index 61931a1a9fba..1db25ec0f739 100644 --- a/go-overlay.html +++ b/go-overlay.html @@ -32,75 +32,53 @@ 11
$ pmaint sync go-overlay
 
- 12
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).
+            12
WARNING:pkgcore:escpr2 repo at '/var/lib/repo-mirror-ci/sync/escpr2', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 13
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).
+            13
WARNING:pkgcore:fol4 repo at '/var/lib/repo-mirror-ci/sync/fol4', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 14
WARNING:pkgcore:argent-main repo at '/var/lib/repo-mirror-ci/sync/argent-main', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            14
WARNING:pkgcore:genthree repo at '/var/lib/repo-mirror-ci/sync/genthree', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 15
WARNING:pkgcore:bitcoin repo at '/var/lib/repo-mirror-ci/sync/bitcoin', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            15
warning: Pulling without specifying how to reconcile divergent branches is
 
- 16
WARNING:pkgcore:brave-overlay repo at '/var/lib/repo-mirror-ci/sync/brave-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            16
discouraged. You can squelch this message by running one of the following
 
- 17
WARNING:pkgcore:concaveoverlay repo at '/var/lib/repo-mirror-ci/sync/concaveoverlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            17
commands sometime before your next pull:
 
- 18
WARNING:pkgcore:eigenlay repo at '/var/lib/repo-mirror-ci/sync/eigenlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            18
 
- 19
WARNING:pkgcore:elopez-r-overlay repo at '/var/lib/repo-mirror-ci/sync/elopez-r-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            19
  git config pull.rebase false  # merge (the default strategy)
 
- 20
WARNING:pkgcore:escpr2 repo at '/var/lib/repo-mirror-ci/sync/escpr2', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            20
  git config pull.rebase true   # rebase
 
- 21
WARNING:pkgcore:ext-devlibs repo at '/var/lib/repo-mirror-ci/sync/ext-devlibs', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            21
  git config pull.ff only       # fast-forward only
 
- 22
WARNING:pkgcore:flow repo at '/var/lib/repo-mirror-ci/sync/flow', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            22
 
- 23
WARNING:pkgcore:fol4 repo at '/var/lib/repo-mirror-ci/sync/fol4', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            23
You can replace "git config" with "git config --global" to set a default
 
- 24
WARNING:pkgcore:genthree repo at '/var/lib/repo-mirror-ci/sync/genthree', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            24
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 25
WARNING:pkgcore:gentoo-bootstrap repo at '/var/lib/repo-mirror-ci/sync/gentoo-bootstrap', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            25
or --ff-only on the command line to override the configured default per
 
- 26
warning: Pulling without specifying how to reconcile divergent branches is
+            26
invocation.
 
- 27
discouraged. You can squelch this message by running one of the following
+            27
 
- 28
commands sometime before your next pull:
+            28
Already up to date.
 
- 29
+            29
*** syncing go-overlay
 
- 30
  git config pull.rebase false  # merge (the default strategy)
+            30
*** synced go-overlay
 
- 31
  git config pull.rebase true   # rebase
+            31
 * Sync succeeded
 
- 32
  git config pull.ff only       # fast-forward only
+            32
$ git log --format=%ci -1
 
- 33
+            33
$ git show -q --pretty=format:%G? HEAD
 
- 34
You can replace "git config" with "git config --global" to set a default
+            34
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 go-overlay
 
- 35
preference for all repositories. You can also pass --rebase, --no-rebase,
-
- 36
or --ff-only on the command line to override the configured default per
-
- 37
invocation.
-
- 38
-
- 39
Already up to date.
-
- 40
*** syncing go-overlay
-
- 41
*** synced go-overlay
-
- 42
 * Sync succeeded
-
- 43
$ git log --format=%ci -1
-
- 44
$ git show -q --pretty=format:%G? HEAD
-
- 45
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 go-overlay
-
- 46
 * Cache regenerated successfully
+            35
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad