From b9626d7d459ace4edea50b993afc79b85d940737 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Wed, 30 Sep 2020 07:06:51 +0000 Subject: 2020-09-30T07:00:01Z --- foo-overlay.html | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'foo-overlay.html') diff --git a/foo-overlay.html b/foo-overlay.html index 0568ed9d61c7..75e776cd0c86 100644 --- a/foo-overlay.html +++ b/foo-overlay.html @@ -38,47 +38,51 @@ 14
$ pmaint sync foo-overlay
 
- 15
warning: Pulling without specifying how to reconcile divergent branches is
+            15
WARNING:pkgcore:calculate repo at '/var/lib/repo-mirror-ci/sync/calculate', 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
+            16
WARNING:pkgcore:distros repo at '/var/lib/repo-mirror-ci/sync/distros', 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:
+            17
warning: Pulling without specifying how to reconcile divergent branches is
 
- 18
+            18
discouraged. You can squelch this message by running one of the following
 
- 19
  git config pull.rebase false  # merge (the default strategy)
+            19
commands sometime before your next pull:
 
- 20
  git config pull.rebase true   # rebase
+            20
 
- 21
  git config pull.ff only       # fast-forward only
+            21
  git config pull.rebase false  # merge (the default strategy)
 
- 22
+            22
  git config pull.rebase true   # rebase
 
- 23
You can replace "git config" with "git config --global" to set a default
+            23
  git config pull.ff only       # fast-forward only
 
- 24
preference for all repositories. You can also pass --rebase, --no-rebase,
+            24
 
- 25
or --ff-only on the command line to override the configured default per
+            25
You can replace "git config" with "git config --global" to set a default
 
- 26
invocation.
+            26
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 27
+            27
or --ff-only on the command line to override the configured default per
 
- 28
Already up to date.
+            28
invocation.
 
- 29
*** syncing foo-overlay
+            29
 
- 30
*** synced foo-overlay
+            30
Already up to date.
 
- 31
 * Sync succeeded
+            31
*** syncing foo-overlay
 
- 32
$ git log --format=%ci -1
+            32
*** synced foo-overlay
 
- 33
$ git show -q --pretty=format:%G? HEAD
+            33
 * Sync succeeded
 
- 34
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 foo-overlay
+            34
$ git log --format=%ci -1
 
- 35
 * Cache regenerated successfully
+            35
$ git show -q --pretty=format:%G? HEAD
+
+ 36
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 foo-overlay
+
+ 37
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad