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