From 5ca371a4f2b43ad0d98bf47e3adc220ed32cf1e4 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Sat, 13 Mar 2021 14:51:03 +0000 Subject: 2021-03-13T14:45:01Z --- bleeding-edge.html | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'bleeding-edge.html') diff --git a/bleeding-edge.html b/bleeding-edge.html index 0f85e2b9fb91..da453d130d34 100644 --- a/bleeding-edge.html +++ b/bleeding-edge.html @@ -44,51 +44,53 @@ 17
$ pmaint sync bleeding-edge
 
- 18
warning: Pulling without specifying how to reconcile divergent branches is
+            18
WARNING:pkgcore:SwordArMor repo at '/var/lib/repo-mirror-ci/sync/SwordArMor', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 19
discouraged. You can squelch this message by running one of the following
+            19
warning: Pulling without specifying how to reconcile divergent branches is
 
- 20
commands sometime before your next pull:
+            20
discouraged. You can squelch this message by running one of the following
 
- 21
+            21
commands sometime before your next pull:
 
- 22
  git config pull.rebase false  # merge (the default strategy)
+            22
 
- 23
  git config pull.rebase true   # rebase
+            23
  git config pull.rebase false  # merge (the default strategy)
 
- 24
  git config pull.ff only       # fast-forward only
+            24
  git config pull.rebase true   # rebase
 
- 25
+            25
  git config pull.ff only       # fast-forward only
 
- 26
You can replace "git config" with "git config --global" to set a default
+            26
 
- 27
preference for all repositories. You can also pass --rebase, --no-rebase,
+            27
You can replace "git config" with "git config --global" to set a default
 
- 28
or --ff-only on the command line to override the configured default per
+            28
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 29
invocation.
+            29
or --ff-only on the command line to override the configured default per
 
- 30
+            30
invocation.
 
- 31
Already up to date.
+            31
 
- 32
*** syncing bleeding-edge
+            32
Already up to date.
 
- 33
*** synced bleeding-edge
+            33
*** syncing bleeding-edge
 
- 34
 * Sync succeeded
+            34
*** synced bleeding-edge
 
- 35
$ git log --format=%ci -1
+            35
 * Sync succeeded
 
- 36
$ git show -q --pretty=format:%G? HEAD
+            36
$ git log --format=%ci -1
 
- 37
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 bleeding-edge
+            37
$ git show -q --pretty=format:%G? HEAD
 
- 38
 * dev-util/adobe-air-sdk-bin-2.6: failed sourcing ebuild: inherit requires unknown eclass: fdo-mime.eclass
+            38
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 bleeding-edge
+
+ 39
 * dev-util/adobe-air-sdk-bin-2.6: failed sourcing ebuild: inherit requires unknown eclass: fdo-mime.eclass
 
[FATAL] - 39
 * media-libs/jasper-2.0.14: failed sourcing ebuild: EAPI=6 is not supported
+            40
 * media-libs/jasper-2.0.14: failed sourcing ebuild: EAPI=6 is not supported
 
[FATAL] - 40
 * Cache regen failed with 1
+            41
 * Cache regen failed with 1
 
-- cgit v1.2.3-65-gdbad