From 13cdc06399eaf6830063d2595d1ee4e22601b2cb Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Thu, 12 Nov 2020 00:35:19 +0000 Subject: 2020-11-12T00:30:01Z --- flussence.html | 52 ++++++++++++++++++++++------------------------------ 1 file changed, 22 insertions(+), 30 deletions(-) (limited to 'flussence.html') diff --git a/flussence.html b/flussence.html index 2a486aca4a3f..983fb578a2e5 100644 --- a/flussence.html +++ b/flussence.html @@ -38,57 +38,49 @@ 14
$ pmaint sync flussence
 
- 15
warning: Pulling without specifying how to reconcile divergent branches is
+            15
WARNING:pkgcore:dm9pZCAq repo at '/var/lib/repo-mirror-ci/sync/dm9pZCAq', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
 
- 16
discouraged. You can squelch this message by running one of the following
+            16
warning: Pulling without specifying how to reconcile divergent branches is
 
- 17
commands sometime before your next pull:
+            17
discouraged. You can squelch this message by running one of the following
 
- 18
+            18
commands sometime before your next pull:
 
- 19
  git config pull.rebase false  # merge (the default strategy)
+            19
 
- 20
  git config pull.rebase true   # rebase
+            20
  git config pull.rebase false  # merge (the default strategy)
 
- 21
  git config pull.ff only       # fast-forward only
+            21
  git config pull.rebase true   # rebase
 
- 22
+            22
  git config pull.ff only       # fast-forward only
 
- 23
You can replace "git config" with "git config --global" to set a default
+            23
 
- 24
preference for all repositories. You can also pass --rebase, --no-rebase,
+            24
You can replace "git config" with "git config --global" to set a default
 
- 25
or --ff-only on the command line to override the configured default per
+            25
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 26
invocation.
+            26
or --ff-only on the command line to override the configured default per
 
- 27
+            27
invocation.
 
- 28
From https://repo.or.cz/flussence-overlay
+            28
 
- 29
   4d705ba..d616096  main       -> origin/main
+            29
Already up to date.
 
- 30
Updating 4d705ba..d616096
+            30
*** syncing flussence
 
- 31
Fast-forward
+            31
*** synced flussence
 
- 32
 profiles/package.mask | 4 ++++
+            32
 * Sync succeeded
 
- 33
 1 file changed, 4 insertions(+)
+            33
$ git log --format=%ci -1
 
- 34
*** syncing flussence
+            34
$ git show -q --pretty=format:%G? HEAD
 
- 35
*** synced flussence
+            35
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 flussence
 
- 36
 * Sync succeeded
-
- 37
$ git log --format=%ci -1
-
- 38
$ git show -q --pretty=format:%G? HEAD
-
- 39
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 flussence
-
- 40
 * Cache regenerated successfully
+            36
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad