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