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 --- tf201.html | 46 +++++++++++++++++++++++++--------------------- 1 file changed, 25 insertions(+), 21 deletions(-) (limited to 'tf201.html') diff --git a/tf201.html b/tf201.html index 46c98459914e..b2844ea8cfdb 100644 --- a/tf201.html +++ b/tf201.html @@ -26,47 +26,51 @@ 8
$ pmaint sync tf201
 
- 9
warning: Pulling without specifying how to reconcile divergent branches is
+            9
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).
 
- 10
discouraged. You can squelch this message by running one of the following
+            10
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).
 
- 11
commands sometime before your next pull:
+            11
warning: Pulling without specifying how to reconcile divergent branches is
 
- 12
+            12
discouraged. You can squelch this message by running one of the following
 
- 13
  git config pull.rebase false  # merge (the default strategy)
+            13
commands sometime before your next pull:
 
- 14
  git config pull.rebase true   # rebase
+            14
 
- 15
  git config pull.ff only       # fast-forward only
+            15
  git config pull.rebase false  # merge (the default strategy)
 
- 16
+            16
  git config pull.rebase true   # rebase
 
- 17
You can replace "git config" with "git config --global" to set a default
+            17
  git config pull.ff only       # fast-forward only
 
- 18
preference for all repositories. You can also pass --rebase, --no-rebase,
+            18
 
- 19
or --ff-only on the command line to override the configured default per
+            19
You can replace "git config" with "git config --global" to set a default
 
- 20
invocation.
+            20
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 21
+            21
or --ff-only on the command line to override the configured default per
 
- 22
Already up to date.
+            22
invocation.
 
- 23
*** syncing tf201
+            23
 
- 24
*** synced tf201
+            24
Already up to date.
 
- 25
 * Sync succeeded
+            25
*** syncing tf201
 
- 26
$ git log --format=%ci -1
+            26
*** synced tf201
 
- 27
$ git show -q --pretty=format:%G? HEAD
+            27
 * Sync succeeded
 
- 28
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 tf201
+            28
$ git log --format=%ci -1
 
- 29
 * Cache regenerated successfully
+            29
$ git show -q --pretty=format:%G? HEAD
+
+ 30
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 tf201
+
+ 31
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad