blob: b7dd387c03cc4181ea1ed4ed947f70ae17775f2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'description': {'en': "Andy's custom stuff and embedded software"},
'feed': ['https://cgit.gentoo.org/user/andy.git/atom'],
'homepage': 'https://cgit.gentoo.org/user/andy.git/',
'name': 'andy',
'owner': [{'email': 'andy@ndyk.de', 'name': 'Andy K.', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/user/andy.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/user/andy.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/user/andy.git'}],
'status': 'unofficial'}
$ pmaint sync andy
Already up to date.
*** syncing andy
*** synced andy
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 andy
* Cache regenerated successfully
|