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