From 345e2a5295daa1d4ed63ff9f92d54f8b26349836 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 30 Apr 2021 07:19:56 +0000 Subject: 2021-04-30T07:15:01Z --- binaryden.html | 48 ++++++++++++++++++++++++++---------------------- 1 file changed, 26 insertions(+), 22 deletions(-) (limited to 'binaryden.html') diff --git a/binaryden.html b/binaryden.html index ccf609841afa..5455c816a043 100644 --- a/binaryden.html +++ b/binaryden.html @@ -36,49 +36,53 @@ 13
 'status': 'unofficial'}
 
- 14
$ pmaint sync binaryden
+            14
pkgcore 0.11.2 -- extended version info unavailable
 
- 15
*** syncing binaryden
+            15
 
- 16
warning: Pulling without specifying how to reconcile divergent branches is
+            16
$ pmaint sync binaryden
 
- 17
discouraged. You can squelch this message by running one of the following
+            17
*** syncing binaryden
 
- 18
commands sometime before your next pull:
+            18
warning: Pulling without specifying how to reconcile divergent branches is
 
- 19
+            19
discouraged. You can squelch this message by running one of the following
 
- 20
  git config pull.rebase false  # merge (the default strategy)
+            20
commands sometime before your next pull:
 
- 21
  git config pull.rebase true   # rebase
+            21
 
- 22
  git config pull.ff only       # fast-forward only
+            22
  git config pull.rebase false  # merge (the default strategy)
 
- 23
+            23
  git config pull.rebase true   # rebase
 
- 24
You can replace "git config" with "git config --global" to set a default
+            24
  git config pull.ff only       # fast-forward only
 
- 25
preference for all repositories. You can also pass --rebase, --no-rebase,
+            25
 
- 26
or --ff-only on the command line to override the configured default per
+            26
You can replace "git config" with "git config --global" to set a default
 
- 27
invocation.
+            27
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 28
+            28
or --ff-only on the command line to override the configured default per
 
- 29
Already up to date.
+            29
invocation.
 
- 30
*** synced binaryden
+            30
 
- 31
 * Sync succeeded
+            31
Already up to date.
 
- 32
$ git log --format=%ci -1
+            32
*** synced binaryden
 
- 33
$ git show -q --pretty=format:%G? HEAD
+            33
 * Sync succeeded
 
- 34
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 binaryden
+            34
$ git log --format=%ci -1
 
- 35
 * Cache regenerated successfully
+            35
$ git show -q --pretty=format:%G? HEAD
+
+ 36
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 binaryden
+
+ 37
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad