From 876d3be484095fb99601bf18f2b4c4f6205331d5 Mon Sep 17 00:00:00 2001 From: Repository mirror & CI Date: Thu, 22 Oct 2020 11:05:10 +0000 Subject: 2020-10-22T11:00:01Z --- gitlab.html | 50 ++++++++++---------------------------------------- 1 file changed, 10 insertions(+), 40 deletions(-) (limited to 'gitlab.html') diff --git a/gitlab.html b/gitlab.html index a8abca3d2d0d..9b588048a539 100644 --- a/gitlab.html +++ b/gitlab.html @@ -30,55 +30,25 @@ 10
 'status': 'unofficial'}
 
- 11
$ pmaint sync gitlab
+            11
 * Adding new repository
 
- 12
warning: Pulling without specifying how to reconcile divergent branches is
+            12
$ pmaint sync gitlab
 
- 13
discouraged. You can squelch this message by running one of the following
+            13
Cloning into '/var/lib/repo-mirror-ci/sync/gitlab'...
 
- 14
commands sometime before your next pull:
+            14
*** syncing gitlab
 
- 15
+            15
*** synced gitlab
 
- 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 gitlab
 
- 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.awesome-it.de/overlays/gitlab.git/': The requested URL returned error: 502
-
- 26
*** syncing gitlab
-
- 27
!!! failed syncing gitlab
-
- 28
 * Sync failed with 1
-
[FATAL] - 29
 * Will try to re-create
-
- 30
$ pmaint sync gitlab
-
- 31
Cloning into '/var/lib/repo-mirror-ci/sync/gitlab'...
-
- 32
fatal: unable to access 'https://gitlab.awesome-it.de/overlays/gitlab.git/': The requested URL returned error: 502
-
- 33
*** syncing gitlab
-
- 34
!!! failed syncing gitlab
-
- 35
 * Sync failed again with 1, removing
+            20
 * Cache regenerated successfully
 
-- cgit v1.2.3-65-gdbad