1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{'description': {'en': 'Overlay for apps related to secure communication, '
'cryptography, cryptocurrency, server-side stuff, etc.'},
'feed': ['https://gitlab.com/chaoslab/chaoslab-overlay/commits/master.atom'],
'homepage': 'https://gitlab.com/chaoslab/chaoslab-overlay',
'name': 'chaoslab',
'owner': [{'email': 'gentoo@chaoslab.org',
'name': 'Ian Moone',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/chaoslab/chaoslab-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync chaoslab
remote: GitLab is not responding
fatal: unable to access 'https://gitlab.com/chaoslab/chaoslab-overlay.git/': The requested URL returned error: 502
*** syncing chaoslab
*** failed syncing chaoslab
* Sync failed with 1
* Will try to re-create
$ pmaint sync chaoslab
WARNING:pkgcore:fol4 repo at '/var/lib/repo-mirror-ci/sync/fol4', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Cloning into '/var/lib/repo-mirror-ci/sync/chaoslab'...
fatal: unable to access 'https://gitlab.com/chaoslab/chaoslab-overlay.git/': The requested URL returned error: 503
*** syncing chaoslab
*** failed syncing chaoslab
* Sync failed again with 1, removing
|