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