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