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