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