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