From 52ac566f016cda48935d09d6fbe891dda821c453 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 2 Oct 2020 10:35:06 +0000 Subject: 2020-10-02T10:30:01Z --- awesome.html | 44 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 10 deletions(-) (limited to 'awesome.html') diff --git a/awesome.html b/awesome.html index 4a8bd8d68bc0..c42675e0bcbf 100644 --- a/awesome.html +++ b/awesome.html @@ -30,25 +30,49 @@ 10
 'status': 'unofficial'}
 
- 11
 * Adding new repository
+            11
$ pmaint sync awesome
 
- 12
$ pmaint sync awesome
+            12
warning: Pulling without specifying how to reconcile divergent branches is
 
- 13
Cloning into '/var/lib/repo-mirror-ci/sync/awesome'...
+            13
discouraged. You can squelch this message by running one of the following
 
- 14
*** syncing awesome
+            14
commands sometime before your next pull:
 
- 15
*** synced awesome
+            15
 
- 16
 * Sync succeeded
+            16
  git config pull.rebase false  # merge (the default strategy)
 
- 17
$ git log --format=%ci -1
+            17
  git config pull.rebase true   # rebase
 
- 18
$ git show -q --pretty=format:%G? HEAD
+            18
  git config pull.ff only       # fast-forward only
 
- 19
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 awesome
+            19
 
- 20
 * Cache regenerated successfully
+            20
You can replace "git config" with "git config --global" to set a default
+
+ 21
preference for all repositories. You can also pass --rebase, --no-rebase,
+
+ 22
or --ff-only on the command line to override the configured default per
+
+ 23
invocation.
+
+ 24
+
+ 25
Already up to date.
+
+ 26
*** syncing awesome
+
+ 27
*** synced awesome
+
+ 28
 * Sync succeeded
+
+ 29
$ git log --format=%ci -1
+
+ 30
$ git show -q --pretty=format:%G? HEAD
+
+ 31
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 awesome
+
+ 32
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad