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
|
{'description': {'en': 'Packages related to matrix.org messaging system'},
'feed': ['https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix/-/commits/master?format=atom'],
'homepage': 'https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix',
'name': 'antons-matrix-overlay',
'owner': [{'email': 'anton.stay.connected@gmail.com',
'name': 'Anton',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com:anton.molyboha.group/gentoo/overlays/matrix.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync antons-matrix-overlay
*** syncing antons-matrix-overlay
remote: The git server, Gitaly, is not available at this time. Please contact your administrator.
fatal: unable to access 'https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix.git/': The requested URL returned error: 503
!!! failed syncing antons-matrix-overlay
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync antons-matrix-overlay
*** syncing antons-matrix-overlay
Cloning into '/var/lib/repo-mirror-ci/sync/antons-matrix-overlay'...
remote: The git server, Gitaly, is not available at this time. Please contact your administrator.
fatal: unable to access 'https://gitlab.com/anton.molyboha.group/gentoo/overlays/matrix.git/': The requested URL returned error: 503
!!! failed syncing antons-matrix-overlay
* Sync failed again with 1, removing
|