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': 'Personal overlay with no special focus'},
'feed': ['https://github.com/0x4d4c/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/0x4d4c/gentoo-overlay',
'name': '0x4d4c',
'owner': [{'email': 'gentoo@0x4d4c.xyz',
'name': 'Martin Lambertz',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/0x4d4c/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/0x4d4c/gentoo-overlay.git'},
{'type': 'git', 'uri': 'git@github.com:0x4d4c/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync 0x4d4c
fatal: unable to access 'https://github.com/0x4d4c/gentoo-overlay.git/': The requested URL returned error: 504
*** syncing 0x4d4c
!!! failed syncing 0x4d4c
* Sync failed with 1
* Will try to re-create
$ pmaint sync 0x4d4c
Cloning into '/var/lib/repo-mirror-ci/sync/0x4d4c'...
*** syncing 0x4d4c
*** synced 0x4d4c
* Sync succeeded after re-adding
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 0x4d4c
* Cache regenerated successfully
|