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': 'Mostly c/c++ and python libraries'},
'feed': ['https://gitlab.com/extsidvind/ext-devlibs/-/commits/master?format=atom'],
'homepage': 'https://gitlab.com/extsidvind/ext-devlibs',
'name': 'ext-devlibs',
'owner': [{'email': 'ext@sidvind.com',
'name': 'David Sveningsson',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/extsidvind/ext-devlibs.git'},
{'type': 'git',
'uri': 'git@gitlab.com:extsidvind/ext-devlibs.git'}],
'status': 'unofficial'}
pkgcore 0.12.21
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ext-devlibs
*** syncing ext-devlibs
fatal: unable to access 'https://gitlab.com/extsidvind/ext-devlibs.git/': The requested URL returned error: 503
!!! failed syncing ext-devlibs
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ext-devlibs
WARNING:pkgcore:antons-matrix-overlay repo at '/var/lib/repo-mirror-ci/sync/antons-matrix-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing ext-devlibs
Cloning into '/var/lib/repo-mirror-ci/sync/ext-devlibs'...
error: RPC failed; HTTP 502 curl 22 The requested URL returned error: 502
fatal: expected flush after ref listing
!!! failed syncing ext-devlibs
* Sync failed again with 1, removing
|