blob: 9e533e5d9be846dfd5d1252a8fb2ddc36a66cbae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{'description': {'en': 'Personal overlay with ebuilds that were missing at one point or another'},
'feed': ['https://github.com/ace13/overlay/commits/master.atom'],
'homepage': 'https://github.com/ace13/overlay',
'name': 'ace',
'owner': [{'email': 'ace@haxalot.com',
'name': 'Alexander Olofsson',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/ace13/overlay.git'},
{'type': 'git', 'uri': 'git://github.com/ace13/overlay.git'},
{'type': 'git', 'uri': 'git@github.com:ace13/overlay.git'}],
'status': 'unofficial'}
$ pmaint sync ace
Already up-to-date.
*** syncing ace
*** synced ace
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 ace
* Cache regenerated successfully
|