From c8368258824b076c171fe25f0001200f1626c843 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 23 Oct 2020 15:07:24 +0000 Subject: 2020-10-23T14:30:01Z --- archenroot.html | 54 +++++++++++++++++++++++++++++++++--------------------- 1 file changed, 33 insertions(+), 21 deletions(-) (limited to 'archenroot.html') diff --git a/archenroot.html b/archenroot.html index 80251163d114..5e7c0a9b4748 100644 --- a/archenroot.html +++ b/archenroot.html @@ -38,47 +38,59 @@ 14
$ pmaint sync archenroot
 
- 15
warning: Pulling without specifying how to reconcile divergent branches is
+            15
WARNING:pkgcore:AstroFloyd repo at '/var/lib/repo-mirror-ci/sync/AstroFloyd', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 16
discouraged. You can squelch this message by running one of the following
+            16
WARNING:pkgcore:AzP repo at '/var/lib/repo-mirror-ci/sync/AzP', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 17
commands sometime before your next pull:
+            17
WARNING:pkgcore:Drauthius repo at '/var/lib/repo-mirror-ci/sync/Drauthius', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 18
+            18
WARNING:pkgcore:activehome repo at '/var/lib/repo-mirror-ci/sync/activehome', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 19
  git config pull.rebase false  # merge (the default strategy)
+            19
WARNING:pkgcore:alexcepoi repo at '/var/lib/repo-mirror-ci/sync/alexcepoi', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 20
  git config pull.rebase true   # rebase
+            20
WARNING:pkgcore:aluco repo at '/var/lib/repo-mirror-ci/sync/aluco', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 21
  git config pull.ff only       # fast-forward only
+            21
warning: Pulling without specifying how to reconcile divergent branches is
 
- 22
+            22
discouraged. You can squelch this message by running one of the following
 
- 23
You can replace "git config" with "git config --global" to set a default
+            23
commands sometime before your next pull:
 
- 24
preference for all repositories. You can also pass --rebase, --no-rebase,
+            24
 
- 25
or --ff-only on the command line to override the configured default per
+            25
  git config pull.rebase false  # merge (the default strategy)
 
- 26
invocation.
+            26
  git config pull.rebase true   # rebase
 
- 27
+            27
  git config pull.ff only       # fast-forward only
 
- 28
Already up to date.
+            28
 
- 29
*** syncing archenroot
+            29
You can replace "git config" with "git config --global" to set a default
 
- 30
*** synced archenroot
+            30
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 31
 * Sync succeeded
+            31
or --ff-only on the command line to override the configured default per
 
- 32
$ git log --format=%ci -1
+            32
invocation.
 
- 33
$ git show -q --pretty=format:%G? HEAD
+            33
 
- 34
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 archenroot
+            34
Already up to date.
 
- 35
 * Cache regenerated successfully
+            35
*** syncing archenroot
+
+ 36
*** synced archenroot
+
+ 37
 * Sync succeeded
+
+ 38
$ git log --format=%ci -1
+
+ 39
$ git show -q --pretty=format:%G? HEAD
+
+ 40
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 archenroot
+
+ 41
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad