blob: f32ee75fd4a297cac3346d91606176eb422e8e64 (
plain)
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
|
{'description': {'en': 'Various ebuilds from different sources'},
'feed': ['https://gitlab.com/menelkir/gentoo-overlay/commits/master.atom'],
'homepage': 'https://gitlab.com/menelkir/gentoo-overlay',
'name': 'menelkir',
'owner': [{'email': 'menelkir@itroll.org',
'name': 'Daniel Menelkir',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/menelkir/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com/menelkir/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync menelkir
*** syncing menelkir
fatal: unable to access 'https://gitlab.com/menelkir/gentoo-overlay.git/': The requested URL returned error: 503
!!! failed syncing menelkir
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync menelkir
*** syncing menelkir
Cloning into '/var/lib/repo-mirror-ci/sync/menelkir'...
fatal: unable to access 'https://gitlab.com/menelkir/gentoo-overlay.git/': The requested URL returned error: 503
!!! failed syncing menelkir
* Sync failed again with 1, removing
|