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': 'My Gentoo overlay for Ebuilds'},
'feed': ['https://gitlab.com/libre_hackerman/elopez-r-overlay/-/commits/master.atom'],
'homepage': 'https://gitlab.com/libre_hackerman/elopez-r-overlay',
'name': 'elopez-r-overlay',
'owner': [{'email': 'gnu_stallman@protonmail.ch',
'name': 'Esteban López Rodríguez',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/libre_hackerman/elopez-r-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com:libre_hackerman/elopez-r-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync elopez-r-overlay
*** syncing elopez-r-overlay
remote: The git server, Gitaly, is not available at this time. Please contact your administrator.
fatal: unable to access 'https://gitlab.com/libre_hackerman/elopez-r-overlay.git/': The requested URL returned error: 503
!!! failed syncing elopez-r-overlay
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync elopez-r-overlay
*** syncing elopez-r-overlay
Cloning into '/var/lib/repo-mirror-ci/sync/elopez-r-overlay'...
remote: The git server, Gitaly, is not available at this time. Please contact your administrator.
fatal: unable to access 'https://gitlab.com/libre_hackerman/elopez-r-overlay.git/': The requested URL returned error: 503
!!! failed syncing elopez-r-overlay
* Sync failed again with 1, removing
|