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 --- megacoffee.html | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'megacoffee.html') diff --git a/megacoffee.html b/megacoffee.html index 9fa28e5e6076..17611efe60bb 100644 --- a/megacoffee.html +++ b/megacoffee.html @@ -56,49 +56,47 @@ 23
$ pmaint sync megacoffee
 
- 24
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).
+            24
warning: Pulling without specifying how to reconcile divergent branches is
 
- 25
warning: Pulling without specifying how to reconcile divergent branches is
+            25
discouraged. You can squelch this message by running one of the following
 
- 26
discouraged. You can squelch this message by running one of the following
+            26
commands sometime before your next pull:
 
- 27
commands sometime before your next pull:
+            27
 
- 28
+            28
  git config pull.rebase false  # merge (the default strategy)
 
- 29
  git config pull.rebase false  # merge (the default strategy)
+            29
  git config pull.rebase true   # rebase
 
- 30
  git config pull.rebase true   # rebase
+            30
  git config pull.ff only       # fast-forward only
 
- 31
  git config pull.ff only       # fast-forward only
+            31
 
- 32
+            32
You can replace "git config" with "git config --global" to set a default
 
- 33
You can replace "git config" with "git config --global" to set a default
+            33
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 34
preference for all repositories. You can also pass --rebase, --no-rebase,
+            34
or --ff-only on the command line to override the configured default per
 
- 35
or --ff-only on the command line to override the configured default per
+            35
invocation.
 
- 36
invocation.
+            36
 
- 37
+            37
Already up to date.
 
- 38
Already up to date.
+            38
*** syncing megacoffee
 
- 39
*** syncing megacoffee
+            39
*** synced megacoffee
 
- 40
*** synced megacoffee
+            40
 * Sync succeeded
 
- 41
 * Sync succeeded
+            41
$ git log --format=%ci -1
 
- 42
$ git log --format=%ci -1
+            42
$ git show -q --pretty=format:%G? HEAD
 
- 43
$ git show -q --pretty=format:%G? HEAD
+            43
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 megacoffee
 
- 44
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 megacoffee
-
- 45
 * Cache regenerated successfully
+            44
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad