From 8bfe05a86dc1b39315d9b5b0ae4b2ca13b4fad76 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Fri, 30 Oct 2020 10:35:04 +0000 Subject: 2020-10-30T10:30:01Z --- flow.html | 56 ++++++++++---------------------------------------------- 1 file changed, 10 insertions(+), 46 deletions(-) (limited to 'flow.html') diff --git a/flow.html b/flow.html index cfed95c81dfa..861f75a28729 100644 --- a/flow.html +++ b/flow.html @@ -30,61 +30,25 @@ 10
 'status': 'unofficial'}
 
- 11
$ pmaint sync flow
+            11
 * Adding new repository
 
- 12
warning: Pulling without specifying how to reconcile divergent branches is
+            12
$ pmaint sync flow
 
- 13
discouraged. You can squelch this message by running one of the following
+            13
Cloning into '/var/lib/repo-mirror-ci/sync/flow'...
 
- 14
commands sometime before your next pull:
+            14
*** syncing flow
 
- 15
+            15
*** synced flow
 
- 16
  git config pull.rebase false  # merge (the default strategy)
+            16
 * Sync succeeded
 
- 17
  git config pull.rebase true   # rebase
+            17
$ git log --format=%ci -1
 
- 18
  git config pull.ff only       # fast-forward only
+            18
$ git show -q --pretty=format:%G? HEAD
 
- 19
+            19
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 flow
 
- 20
You can replace "git config" with "git config --global" to set a default
-
- 21
preference for all repositories. You can also pass --rebase, --no-rebase,
-
- 22
or --ff-only on the command line to override the configured default per
-
- 23
invocation.
-
- 24
-
- 25
fatal: unable to access 'https://gitlab.com/Flow/flow-s-ebuilds.git/': The requested URL returned error: 502
-
- 26
*** syncing flow
-
- 27
!!! failed syncing flow
-
- 28
 * Sync failed with 1
-
[FATAL] - 29
 * Will try to re-create
-
- 30
$ pmaint sync flow
-
- 31
WARNING:pkgcore:ag-ops repo at '/var/lib/repo-mirror-ci/sync/ag-ops', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
-
- 32
WARNING:pkgcore:argent-main repo at '/var/lib/repo-mirror-ci/sync/argent-main', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
-
- 33
Cloning into '/var/lib/repo-mirror-ci/sync/flow'...
-
- 34
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
-
- 35
fatal: the remote end hung up unexpectedly
-
- 36
*** syncing flow
-
- 37
!!! failed syncing flow
-
- 38
 * Sync failed again with 1, removing
+            20
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad