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': "nezbednik's overlay"},
'homepage': 'https://codeberg.org/nezbednik/repo',
'name': 'nez',
'owner': [{'email': 'nezbednik@atlas.cz',
'name': 'nezbednik',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://codeberg.org/nezbednik/repo.git'},
{'type': 'git',
'uri': 'git+ssh://git@codeberg.org/nezbednik/repo.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync nez
WARNING:pkgcore:kde repo at '/var/lib/repo-mirror-ci/sync/kde', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:gentoo repo at '/var/lib/repo-mirror-ci/sync/gentoo', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing nez
fatal: unable to access 'https://codeberg.org/nezbednik/repo.git/': The requested URL returned error: 502
!!! failed syncing nez
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync nez
*** syncing nez
Cloning into '/var/lib/repo-mirror-ci/sync/nez'...
fatal: unable to access 'https://codeberg.org/nezbednik/repo.git/': The requested URL returned error: 502
!!! failed syncing nez
* Sync failed again with 1, removing
|