From e5de98d7bc70d8b1e09fcf616ce129d2e4eddd6b Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Sun, 16 Aug 2020 06:35:42 +0000 Subject: 2020-08-16T06:30:01Z --- oboeverlay.html | 50 ++++++++++++++++++++++++++++++++++++++------------ 1 file changed, 38 insertions(+), 12 deletions(-) (limited to 'oboeverlay.html') diff --git a/oboeverlay.html b/oboeverlay.html index fa22b3003c5b..439b65445c3c 100644 --- a/oboeverlay.html +++ b/oboeverlay.html @@ -38,29 +38,55 @@ 14
$ pmaint sync oboeverlay
 
- 15
Already up to date.
+            15
warning: Pulling without specifying how to reconcile divergent branches is
 
- 16
*** syncing oboeverlay
+            16
discouraged. You can squelch this message by running one of the following
 
- 17
*** synced oboeverlay
+            17
commands sometime before your next pull:
 
- 18
 * Sync succeeded
+            18
 
- 19
$ git log --format=%ci -1
+            19
  git config pull.rebase false  # merge (the default strategy)
 
- 20
$ git show -q --pretty=format:%G? HEAD
+            20
  git config pull.rebase true   # rebase
 
- 21
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 oboeverlay
+            21
  git config pull.ff only       # fast-forward only
 
- 22
 * app-misc/kak-lsp-5.2.1: failed sourcing ebuild: EAPI=6 is not supported
+            22
+
+ 23
You can replace "git config" with "git config --global" to set a default
+
+ 24
preference for all repositories. You can also pass --rebase, --no-rebase,
+
+ 25
or --ff-only on the command line to override the configured default per
+
+ 26
invocation.
+
+ 27
+
+ 28
Already up to date.
+
+ 29
*** syncing oboeverlay
+
+ 30
*** synced oboeverlay
+
+ 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 oboeverlay
+
+ 35
 * app-misc/kak-lsp-5.2.1: failed sourcing ebuild: EAPI=6 is not supported
 
[FATAL] - 23
 * app-misc/kak-lsp-6.0.0: failed sourcing ebuild: EAPI=6 is not supported
+            36
 * app-misc/kak-lsp-6.0.0: failed sourcing ebuild: EAPI=6 is not supported
 
[FATAL] - 24
 * app-misc/kak-lsp-6.2.1: failed sourcing ebuild: EAPI=6 is not supported
+            37
 * app-misc/kak-lsp-6.2.1: failed sourcing ebuild: EAPI=6 is not supported
 
[FATAL] - 25
 * sys-auth/libpam-pwdfile-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
+            38
 * sys-auth/libpam-pwdfile-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
 
[FATAL] - 26
 * Cache regen failed with 1
+            39
 * Cache regen failed with 1
 
-- cgit v1.2.3-65-gdbad