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
|
{'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.27
$ 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: 503
!!! 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
*** 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: 503
!!! failed syncing xoores
* Sync failed again with 1, removing
|