blob: dcddc8563718e1aac0b3bb922c2eb7d3ff7f4abf (
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
29
30
|
{'description': {'en': 'General-purpose overlay'},
'feed': ['https://git.sr.ht/~flexibeast/gentoo-overlay/log/main/rss.xml'],
'homepage': 'https://git.sr.ht/~flexibeast/gentoo-overlay',
'name': 'flexibeast',
'owner': [{'email': 'flexibeast@gmail.com',
'name': 'Alexis',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://git.sr.ht/~flexibeast/gentoo-overlay'},
{'type': 'git',
'uri': 'ssh://git@git.sr.ht:~flexibeast/gentoo-overlay'}],
'status': 'unofficial'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync flexibeast
*** syncing flexibeast
fatal: unable to access 'https://git.sr.ht/~flexibeast/gentoo-overlay/': The requested URL returned error: 500
!!! failed syncing flexibeast
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync flexibeast
*** syncing flexibeast
Cloning into '/var/lib/repo-mirror-ci/sync/flexibeast'...
*** synced flexibeast
* 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 flexibeast
* Cache regenerated successfully
|