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