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