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
27
28
29
30
|
{'description': {'en': 'Personal Gentoo Overlay'},
'homepage': 'https://gitlab.com/AbhinavPraveen/ap-overlay',
'name': 'ap-overlay',
'owner': [{'email': 'praveen@abhinav.pro',
'name': 'Abhinav Praveen',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/AbhinavPraveen/ap-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.27
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ap-overlay
*** syncing ap-overlay
fatal: unable to access 'https://gitlab.com/AbhinavPraveen/ap-overlay.git/': The requested URL returned error: 503
!!! failed syncing ap-overlay
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ap-overlay
WARNING:pkgcore:antons-matrix-overlay repo at '/var/lib/repo-mirror-ci/sync/antons-matrix-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:flow repo at '/var/lib/repo-mirror-ci/sync/flow', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:menelkir repo at '/var/lib/repo-mirror-ci/sync/menelkir', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:SarahMiaOverlay repo at '/var/lib/repo-mirror-ci/sync/SarahMiaOverlay', 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:antons-matrix-overlay repo at '/var/lib/repo-mirror-ci/sync/antons-matrix-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing ap-overlay
Cloning into '/var/lib/repo-mirror-ci/sync/ap-overlay'...
fatal: unable to access 'https://gitlab.com/AbhinavPraveen/ap-overlay.git/': The requested URL returned error: 503
!!! failed syncing ap-overlay
* Sync failed again with 1, removing
|