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
40
|
{'description': {'en': 'Personal Gentoo overlay. I intend to maintain ebuild '
'for packages that I personaly use.'},
'feed': ['https://gitlab.com/Xoores/gentoo-overlay/-/commits/main?format=atom',
'https://github.com/xoores/gentoo-overlay/commits/main.atom'],
'homepage': 'https://github.com/xoores/gentoo-overlay',
'name': 'xoores',
'owner': [{'email': 'gentoo-bugs@xoores.cz',
'name': 'Xoores',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/Xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com:Xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'https://github.com/xoores/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com:xoores/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync xoores
*** syncing xoores
fatal: unable to access 'https://gitlab.com/Xoores/gentoo-overlay.git/': The requested URL returned error: 502
!!! failed syncing xoores
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync xoores
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: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:pg_overlay repo at '/var/lib/repo-mirror-ci/sync/pg_overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:roslin repo at '/var/lib/repo-mirror-ci/sync/roslin', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:src_prepare-overlay repo at '/var/lib/repo-mirror-ci/sync/src_prepare-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:thegreatmcpain repo at '/var/lib/repo-mirror-ci/sync/thegreatmcpain', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:KBrown-pub repo at '/var/lib/repo-mirror-ci/sync/KBrown-pub', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing xoores
Cloning into '/var/lib/repo-mirror-ci/sync/xoores'...
fatal: unable to access 'https://gitlab.com/Xoores/gentoo-overlay.git/': The requested URL returned error: 502
!!! failed syncing xoores
* Sync failed again with 1, removing
|