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 --- hossie.html | 44 +++++++++++++++++++++----------------------- 1 file changed, 21 insertions(+), 23 deletions(-) (limited to 'hossie.html') diff --git a/hossie.html b/hossie.html index e63aa18ff81d..f6e98b519fcd 100644 --- a/hossie.html +++ b/hossie.html @@ -28,49 +28,47 @@ 9
$ pmaint sync hossie
 
- 10
WARNING:pkgcore:gitlab repo at '/var/lib/repo-mirror-ci/sync/gitlab', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            10
warning: Pulling without specifying how to reconcile divergent branches is
 
- 11
warning: Pulling without specifying how to reconcile divergent branches is
+            11
discouraged. You can squelch this message by running one of the following
 
- 12
discouraged. You can squelch this message by running one of the following
+            12
commands sometime before your next pull:
 
- 13
commands sometime before your next pull:
+            13
 
- 14
+            14
  git config pull.rebase false  # merge (the default strategy)
 
- 15
  git config pull.rebase false  # merge (the default strategy)
+            15
  git config pull.rebase true   # rebase
 
- 16
  git config pull.rebase true   # rebase
+            16
  git config pull.ff only       # fast-forward only
 
- 17
  git config pull.ff only       # fast-forward only
+            17
 
- 18
+            18
You can replace "git config" with "git config --global" to set a default
 
- 19
You can replace "git config" with "git config --global" to set a default
+            19
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 20
preference for all repositories. You can also pass --rebase, --no-rebase,
+            20
or --ff-only on the command line to override the configured default per
 
- 21
or --ff-only on the command line to override the configured default per
+            21
invocation.
 
- 22
invocation.
+            22
 
- 23
+            23
Already up to date.
 
- 24
Already up to date.
+            24
*** syncing hossie
 
- 25
*** syncing hossie
+            25
*** synced hossie
 
- 26
*** synced hossie
+            26
 * Sync succeeded
 
- 27
 * Sync succeeded
+            27
$ git log --format=%ci -1
 
- 28
$ git log --format=%ci -1
+            28
$ git show -q --pretty=format:%G? HEAD
 
- 29
$ git show -q --pretty=format:%G? HEAD
+            29
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 hossie
 
- 30
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 hossie
-
- 31
 * Cache regenerated successfully
+            30
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad