From b9626d7d459ace4edea50b993afc79b85d940737 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Wed, 30 Sep 2020 07:06:51 +0000 Subject: 2020-09-30T07:00:01Z --- posativ.html | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) (limited to 'posativ.html') diff --git a/posativ.html b/posativ.html index 1b92e3124b8f..7af11c1d4c0b 100644 --- a/posativ.html +++ b/posativ.html @@ -36,49 +36,53 @@ 13
$ pmaint sync posativ
 
- 14
warning: Pulling without specifying how to reconcile divergent branches is
+            14
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).
 
- 15
discouraged. You can squelch this message by running one of the following
+            15
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).
 
- 16
commands sometime before your next pull:
+            16
warning: Pulling without specifying how to reconcile divergent branches is
 
- 17
+            17
discouraged. You can squelch this message by running one of the following
 
- 18
  git config pull.rebase false  # merge (the default strategy)
+            18
commands sometime before your next pull:
 
- 19
  git config pull.rebase true   # rebase
+            19
 
- 20
  git config pull.ff only       # fast-forward only
+            20
  git config pull.rebase false  # merge (the default strategy)
 
- 21
+            21
  git config pull.rebase true   # rebase
 
- 22
You can replace "git config" with "git config --global" to set a default
+            22
  git config pull.ff only       # fast-forward only
 
- 23
preference for all repositories. You can also pass --rebase, --no-rebase,
+            23
 
- 24
or --ff-only on the command line to override the configured default per
+            24
You can replace "git config" with "git config --global" to set a default
 
- 25
invocation.
+            25
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 26
+            26
or --ff-only on the command line to override the configured default per
 
- 27
Already up to date.
+            27
invocation.
 
- 28
*** syncing posativ
+            28
 
- 29
*** synced posativ
+            29
Already up to date.
 
- 30
 * Sync succeeded
+            30
*** syncing posativ
 
- 31
$ git log --format=%ci -1
+            31
*** synced posativ
 
- 32
$ git show -q --pretty=format:%G? HEAD
+            32
 * Sync succeeded
 
- 33
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 posativ
+            33
$ git log --format=%ci -1
 
- 34
 * dev-vcs/git-extras-4.2.0: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
+            34
$ git show -q --pretty=format:%G? HEAD
+
+ 35
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 posativ
+
+ 36
 * dev-vcs/git-extras-4.2.0: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
 
[FATAL] - 35
 * Cache regen failed with 1
+            37
 * Cache regen failed with 1
 
-- cgit v1.2.3-65-gdbad