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