From e52cb7b016d5b36e8938657f6c9484cfbc8dc418 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 23 Oct 2020 18:05:16 +0000 Subject: 2020-10-23T18:00:01Z --- erayd.html | 48 +++++++++++++++++++++--------------------------- 1 file changed, 21 insertions(+), 27 deletions(-) (limited to 'erayd.html') diff --git a/erayd.html b/erayd.html index 6f8d398d1b91..18343d87daf4 100644 --- a/erayd.html +++ b/erayd.html @@ -36,53 +36,47 @@ 13
$ pmaint sync erayd
 
- 14
WARNING:pkgcore:darkelf repo at '/var/lib/repo-mirror-ci/sync/darkelf', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            14
warning: Pulling without specifying how to reconcile divergent branches is
 
- 15
WARNING:pkgcore:dilfridge repo at '/var/lib/repo-mirror-ci/sync/dilfridge', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            15
discouraged. You can squelch this message by running one of the following
 
- 16
WARNING:pkgcore:displacer repo at '/var/lib/repo-mirror-ci/sync/displacer', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            16
commands sometime before your next pull:
 
- 17
warning: Pulling without specifying how to reconcile divergent branches is
+            17
 
- 18
discouraged. You can squelch this message by running one of the following
+            18
  git config pull.rebase false  # merge (the default strategy)
 
- 19
commands sometime before your next pull:
+            19
  git config pull.rebase true   # rebase
 
- 20
+            20
  git config pull.ff only       # fast-forward only
 
- 21
  git config pull.rebase false  # merge (the default strategy)
+            21
 
- 22
  git config pull.rebase true   # rebase
+            22
You can replace "git config" with "git config --global" to set a default
 
- 23
  git config pull.ff only       # fast-forward only
+            23
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 24
+            24
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
+            25
invocation.
 
- 26
preference for all repositories. You can also pass --rebase, --no-rebase,
+            26
 
- 27
or --ff-only on the command line to override the configured default per
+            27
Already up to date.
 
- 28
invocation.
+            28
*** syncing erayd
 
- 29
+            29
*** synced erayd
 
- 30
Already up to date.
+            30
 * Sync succeeded
 
- 31
*** syncing erayd
+            31
$ git log --format=%ci -1
 
- 32
*** synced erayd
+            32
$ git show -q --pretty=format:%G? HEAD
 
- 33
 * Sync succeeded
+            33
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 erayd
 
- 34
$ git log --format=%ci -1
-
- 35
$ git show -q --pretty=format:%G? HEAD
-
- 36
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 erayd
-
- 37
 * Cache regenerated successfully
+            34
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad