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': 'Gentoo overlay from the genthree project'},
'feed': ['https://gitlab.com/genthree/overlay/commits/master.atom'],
'homepage': 'https://genthree.io/overlay',
'name': 'genthree',
'owner': [{'email': 'nyronium@genthree.io',
'name': 'nyronium',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/genthree/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync genthree
fatal: unable to access 'https://gitlab.com/genthree/overlay.git/': The requested URL returned error: 503
*** syncing genthree
!!! failed syncing genthree
* Sync failed with 1
* Will try to re-create
$ pmaint sync genthree
WARNING:pkgcore:0bs1d1an repo at '/var/lib/repo-mirror-ci/sync/0bs1d1an', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
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).
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).
WARNING:pkgcore:eigenlay repo at '/var/lib/repo-mirror-ci/sync/eigenlay', 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/genthree'...
fatal: unable to access 'https://gitlab.com/genthree/overlay.git/': The requested URL returned error: 503
*** syncing genthree
!!! failed syncing genthree
* Sync failed again with 1, removing
|