From 999dec99e30a92fa453f6273302d4ffec271f435 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 23 Oct 2020 13:36:13 +0000 Subject: 2020-10-23T13:30:01Z --- rust.html | 58 ++++++++++++++++++++-------------------------------------- 1 file changed, 20 insertions(+), 38 deletions(-) (limited to 'rust.html') diff --git a/rust.html b/rust.html index 5ad9c42c11e8..6947a26da3be 100644 --- a/rust.html +++ b/rust.html @@ -36,65 +36,47 @@ 13
$ pmaint sync rust
 
- 14
WARNING:pkgcore:fordfrog repo at '/var/lib/repo-mirror-ci/sync/fordfrog', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            14
warning: Pulling without specifying how to reconcile divergent branches is
 
- 15
WARNING:pkgcore:gentoo-mate repo at '/var/lib/repo-mirror-ci/sync/gentoo-mate', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            15
discouraged. You can squelch this message by running one of the following
 
- 16
WARNING:pkgcore:gnome repo at '/var/lib/repo-mirror-ci/sync/gnome', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            16
commands sometime before your next pull:
 
- 17
WARNING:pkgcore:kde repo at '/var/lib/repo-mirror-ci/sync/kde', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            17
 
- 18
WARNING:pkgcore:mozilla repo at '/var/lib/repo-mirror-ci/sync/mozilla', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            18
  git config pull.rebase false  # merge (the default strategy)
 
- 19
WARNING:pkgcore:musl repo at '/var/lib/repo-mirror-ci/sync/musl', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            19
  git config pull.rebase true   # rebase
 
- 20
WARNING:pkgcore:pigfoot repo at '/var/lib/repo-mirror-ci/sync/pigfoot', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            20
  git config pull.ff only       # fast-forward only
 
- 21
WARNING:pkgcore:qt repo at '/var/lib/repo-mirror-ci/sync/qt', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            21
 
- 22
WARNING:pkgcore:rebutia repo at '/var/lib/repo-mirror-ci/sync/rebutia', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
+            22
You can replace "git config" with "git config --global" to set a default
 
- 23
warning: Pulling without specifying how to reconcile divergent branches is
+            23
preference for all repositories. You can also pass --rebase, --no-rebase,
 
- 24
discouraged. You can squelch this message by running one of the following
+            24
or --ff-only on the command line to override the configured default per
 
- 25
commands sometime before your next pull:
+            25
invocation.
 
26
 
- 27
  git config pull.rebase false  # merge (the default strategy)
+            27
Already up to date.
 
- 28
  git config pull.rebase true   # rebase
+            28
*** syncing rust
 
- 29
  git config pull.ff only       # fast-forward only
+            29
*** synced rust
 
- 30
+            30
 * Sync succeeded
 
- 31
You can replace "git config" with "git config --global" to set a default
+            31
$ git log --format=%ci -1
 
- 32
preference for all repositories. You can also pass --rebase, --no-rebase,
+            32
$ git show -q --pretty=format:%G? HEAD
 
- 33
or --ff-only on the command line to override the configured default per
+            33
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 rust
 
- 34
invocation.
-
- 35
-
- 36
Already up to date.
-
- 37
*** syncing rust
-
- 38
*** synced rust
-
- 39
 * Sync succeeded
-
- 40
$ git log --format=%ci -1
-
- 41
$ git show -q --pretty=format:%G? HEAD
-
- 42
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 rust
-
- 43
 * Cache regenerated successfully
+            34
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad