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