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