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 --- octopus.html | 54 +++++++++++++++++++++--------------------------------- 1 file changed, 21 insertions(+), 33 deletions(-) (limited to 'octopus.html') diff --git a/octopus.html b/octopus.html index 5ae3529609c4..f37c917013fb 100644 --- a/octopus.html +++ b/octopus.html @@ -28,59 +28,47 @@ 9
$ pmaint sync octopus
 
- 10
WARNING:pkgcore:fordfrog repo at '/var/lib/repo-mirror-ci/sync/fordfrog', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            10
warning: Pulling without specifying how to reconcile divergent branches is
 
- 11
WARNING:pkgcore:java repo at '/var/lib/repo-mirror-ci/sync/java', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            11
discouraged. You can squelch this message by running one of the following
 
- 12
WARNING:pkgcore:kde repo at '/var/lib/repo-mirror-ci/sync/kde', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            12
commands sometime before your next pull:
 
- 13
WARNING:pkgcore:lisp repo at '/var/lib/repo-mirror-ci/sync/lisp', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            13
 
- 14
WARNING:pkgcore:matrix repo at '/var/lib/repo-mirror-ci/sync/matrix', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            14
  git config pull.rebase false  # merge (the default strategy)
 
- 15
WARNING:pkgcore:musl repo at '/var/lib/repo-mirror-ci/sync/musl', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            15
  git config pull.rebase true   # rebase
 
- 16
warning: Pulling without specifying how to reconcile divergent branches is
+            16
  git config pull.ff only       # fast-forward only
 
- 17
discouraged. You can squelch this message by running one of the following
+            17
 
- 18
commands sometime before your next pull:
+            18
You can replace "git config" with "git config --global" to set a default
 
- 19
+            19
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 20
  git config pull.rebase false  # merge (the default strategy)
+            20
or --ff-only on the command line to override the configured default per
 
- 21
  git config pull.rebase true   # rebase
+            21
invocation.
 
- 22
  git config pull.ff only       # fast-forward only
+            22
 
- 23
+            23
Already up to date.
 
- 24
You can replace "git config" with "git config --global" to set a default
+            24
*** syncing octopus
 
- 25
preference for all repositories. You can also pass --rebase, --no-rebase,
+            25
*** synced octopus
 
- 26
or --ff-only on the command line to override the configured default per
+            26
 * Sync succeeded
 
- 27
invocation.
+            27
$ git log --format=%ci -1
 
- 28
+            28
$ git show -q --pretty=format:%G? HEAD
 
- 29
Already up to date.
+            29
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 octopus
 
- 30
*** syncing octopus
-
- 31
*** synced octopus
-
- 32
 * Sync succeeded
-
- 33
$ git log --format=%ci -1
-
- 34
$ git show -q --pretty=format:%G? HEAD
-
- 35
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 octopus
-
- 36
 * Cache regenerated successfully
+            30
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad