From bd28edc7e4506baab6f609ed3094ce99db8bee4f Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Tue, 17 Nov 2020 07:35:22 +0000 Subject: 2020-11-17T07:30:01Z --- megacoffee.html | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) (limited to 'megacoffee.html') diff --git a/megacoffee.html b/megacoffee.html index 17611efe60bb..923126812d0d 100644 --- a/megacoffee.html +++ b/megacoffee.html @@ -56,47 +56,49 @@ 23
$ pmaint sync megacoffee
 
- 24
warning: Pulling without specifying how to reconcile divergent branches is
+            24
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).
 
- 25
discouraged. You can squelch this message by running one of the following
+            25
warning: Pulling without specifying how to reconcile divergent branches is
 
- 26
commands sometime before your next pull:
+            26
discouraged. You can squelch this message by running one of the following
 
- 27
+            27
commands sometime before your next pull:
 
- 28
  git config pull.rebase false  # merge (the default strategy)
+            28
 
- 29
  git config pull.rebase true   # rebase
+            29
  git config pull.rebase false  # merge (the default strategy)
 
- 30
  git config pull.ff only       # fast-forward only
+            30
  git config pull.rebase true   # rebase
 
- 31
+            31
  git config pull.ff only       # fast-forward only
 
- 32
You can replace "git config" with "git config --global" to set a default
+            32
 
- 33
preference for all repositories. You can also pass --rebase, --no-rebase,
+            33
You can replace "git config" with "git config --global" to set a default
 
- 34
or --ff-only on the command line to override the configured default per
+            34
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 35
invocation.
+            35
or --ff-only on the command line to override the configured default per
 
- 36
+            36
invocation.
 
- 37
Already up to date.
+            37
 
- 38
*** syncing megacoffee
+            38
Already up to date.
 
- 39
*** synced megacoffee
+            39
*** syncing megacoffee
 
- 40
 * Sync succeeded
+            40
*** synced megacoffee
 
- 41
$ git log --format=%ci -1
+            41
 * Sync succeeded
 
- 42
$ git show -q --pretty=format:%G? HEAD
+            42
$ git log --format=%ci -1
 
- 43
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 megacoffee
+            43
$ git show -q --pretty=format:%G? HEAD
 
- 44
 * Cache regenerated successfully
+            44
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 megacoffee
+
+ 45
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad