blob: 9a8455d9e4d77321a0d41a512ac15c6d2661aa7e (
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
28
|
{'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
*** 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'...
*** synced nez
* Sync succeeded after re-adding
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 nez
* Cache regenerated successfully
|