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