From 9d3c2dbac6473069e2ce9e1eda411efe0960f4cf Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 18 Sep 2020 12:35:56 +0000 Subject: 2020-09-18T12:30:01Z --- slonko.html | 44 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 34 insertions(+), 10 deletions(-) (limited to 'slonko.html') diff --git a/slonko.html b/slonko.html index 08db82296501..6a8e033e4541 100644 --- a/slonko.html +++ b/slonko.html @@ -30,25 +30,49 @@ 10
 'status': 'unofficial'}
 
- 11
 * Adding new repository
+            11
$ pmaint sync slonko
 
- 12
$ pmaint sync slonko
+            12
warning: Pulling without specifying how to reconcile divergent branches is
 
- 13
Cloning into '/var/lib/repo-mirror-ci/sync/slonko'...
+            13
discouraged. You can squelch this message by running one of the following
 
- 14
*** syncing slonko
+            14
commands sometime before your next pull:
 
- 15
*** synced slonko
+            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 slonko
+            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 slonko
+
+ 27
*** synced slonko
+
+ 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 slonko
+
+ 32
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad