From a0c17866ab066bf5a3183cb9bede361448be4cbf Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Mon, 28 Sep 2020 10:35:11 +0000 Subject: 2020-09-28T10:30:01Z --- raw.html | 48 +++++++++++++++++++++++++----------------------- 1 file changed, 25 insertions(+), 23 deletions(-) (limited to 'raw.html') diff --git a/raw.html b/raw.html index 3744e9ae028c..07f14e24ac5d 100644 --- a/raw.html +++ b/raw.html @@ -34,51 +34,53 @@ 12
$ pmaint sync raw
 
- 13
warning: Pulling without specifying how to reconcile divergent branches is
+            13
WARNING:pkgcore:phackerlay repo at '/var/lib/repo-mirror-ci/sync/phackerlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 14
discouraged. You can squelch this message by running one of the following
+            14
warning: Pulling without specifying how to reconcile divergent branches is
 
- 15
commands sometime before your next pull:
+            15
discouraged. You can squelch this message by running one of the following
 
- 16
+            16
commands sometime before your next pull:
 
- 17
  git config pull.rebase false  # merge (the default strategy)
+            17
 
- 18
  git config pull.rebase true   # rebase
+            18
  git config pull.rebase false  # merge (the default strategy)
 
- 19
  git config pull.ff only       # fast-forward only
+            19
  git config pull.rebase true   # rebase
 
- 20
+            20
  git config pull.ff only       # fast-forward only
 
- 21
You can replace "git config" with "git config --global" to set a default
+            21
 
- 22
preference for all repositories. You can also pass --rebase, --no-rebase,
+            22
You can replace "git config" with "git config --global" to set a default
 
- 23
or --ff-only on the command line to override the configured default per
+            23
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 24
invocation.
+            24
or --ff-only on the command line to override the configured default per
 
- 25
+            25
invocation.
 
- 26
Already up to date.
+            26
 
- 27
*** syncing raw
+            27
Already up to date.
 
- 28
*** synced raw
+            28
*** syncing raw
 
- 29
 * Sync succeeded
+            29
*** synced raw
 
- 30
$ git log --format=%ci -1
+            30
 * Sync succeeded
 
- 31
$ git show -q --pretty=format:%G? HEAD
+            31
$ git log --format=%ci -1
 
- 32
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 raw
+            32
$ git show -q --pretty=format:%G? HEAD
 
- 33
 * sys-kernel/next-sources-9999: failed sourcing ebuild: returned val from gen_metadata was 'False'
+            33
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 raw
+
+ 34
 * sys-kernel/next-sources-9999: failed sourcing ebuild: returned val from gen_metadata was 'False'
 
[FATAL] - 34
 * sys-kernel/torvalds-sources-9999: failed sourcing ebuild: returned val from gen_metadata was 'False'
+            35
 * sys-kernel/torvalds-sources-9999: failed sourcing ebuild: returned val from gen_metadata was 'False'
 
[FATAL] - 35
 * Cache regen failed with 1
+            36
 * Cache regen failed with 1
 
-- cgit v1.2.3-65-gdbad