1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{'description': {'en': 'Random/Custom ebuilds, '
'no-(dbus,systemd,pam,polkit,elogind ...) stuff'},
'homepage': 'https://codeberg.org/phranz/cdlp',
'name': 'cdlp',
'owner': [{'email': 'phranz@subfc.net',
'name': 'Francesco Palumbo',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://codeberg.org/phranz/cdlp.git'}],
'status': 'unofficial'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync cdlp
*** syncing cdlp
fatal: unable to access 'https://codeberg.org/phranz/cdlp.git/': The requested URL returned error: 502
!!! failed syncing cdlp
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync cdlp
*** syncing cdlp
Cloning into '/var/lib/repo-mirror-ci/sync/cdlp'...
fatal: unable to access 'https://codeberg.org/phranz/cdlp.git/': The requested URL returned error: 502
!!! failed syncing cdlp
* Sync failed again with 1, removing
|