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