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
31
32
33
34
35
36
37
38
39
|
{'description': {'en': 'My Overlay - custom Gentoo overlay from XGQT'},
'feed': ['https://gitlab.com/xgqt/myov/commits/master.atom'],
'homepage': 'https://gitlab.com/xgqt/myov.git',
'name': 'myov',
'owner': [{'email': 'xgqt@gentoo.org',
'name': 'Maciej Barć',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/xgqt/myov.git'},
{'type': 'git', 'uri': 'git+ssh://git@gitlab.com/xgqt/myov.git'}],
'status': 'unofficial'}
pkgcore 0.12.27
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync myov
*** syncing myov
fatal: unable to access 'https://gitlab.com/xgqt/myov.git/': The requested URL returned error: 503
!!! failed syncing myov
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync myov
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:escpr2 repo at '/var/lib/repo-mirror-ci/sync/escpr2', 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: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).
WARNING:pkgcore:sevz repo at '/var/lib/repo-mirror-ci/sync/sevz', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:hep-forge repo at '/var/lib/repo-mirror-ci/sync/hep-forge', 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).
WARNING:pkgcore:escpr2 repo at '/var/lib/repo-mirror-ci/sync/escpr2', 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: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).
WARNING:pkgcore:linux-be repo at '/var/lib/repo-mirror-ci/sync/linux-be', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing myov
Cloning into '/var/lib/repo-mirror-ci/sync/myov'...
fatal: unable to access 'https://gitlab.com/xgqt/myov.git/': The requested URL returned error: 503
!!! failed syncing myov
* Sync failed again with 1, removing
|