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': '32bit ebuilds (libdrm, mesa, libx11, mesa-progs, ..)'},
'feed': ['https://github.com/FireBurn/Overlay/commits/master.atom'],
'homepage': 'https://github.com/FireBurn/Overlay',
'name': 'FireBurn',
'owner': [{'email': 'mike@fireburn.co.uk',
'name': 'Mike Lothian',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/FireBurn/Overlay.git'}],
'status': 'unofficial'}
$ pmaint sync FireBurn
fatal: unable to connect to github.com:
github.com[0: 192.30.255.113]: errno=Connection timed out
*** syncing FireBurn
!!! failed syncing FireBurn
* Sync failed with 1
* Will try to re-create
$ pmaint sync FireBurn
Cloning into '/var/lib/repo-mirror-ci/sync/FireBurn'...
*** syncing FireBurn
*** synced FireBurn
* 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 FireBurn
* Cache regenerated successfully
|