blob: 47bf4f0340374ebf9452d12416db21fca2fa6ac4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{'description': {'en': 'Personal overlay'},
'feed': ['https://github.com/DarthGandalf/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/DarthGandalf/gentoo-overlay',
'name': 'darthgandalf-overlay',
'owner': [{'email': 'alexey+gentoo@asokolov.org',
'name': 'Alexey Sokolov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/DarthGandalf/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/DarthGandalf/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync darthgandalf-overlay
Already up to date.
*** syncing darthgandalf-overlay
*** synced darthgandalf-overlay
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 darthgandalf-overlay
* Cache regenerated successfully
|