1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{'description': {'en': 'Developer overlay'},
'feed': ['https://gitweb.gentoo.org/repo/dev/tranquility.git/atom/'],
'homepage': 'https://gitweb.gentoo.org/repo/dev/tranquility.git/',
'name': 'tranquility',
'owner': [{'email': 'tranquility@gentoo.org',
'name': 'Ole Reifschneider',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/dev/tranquility.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/repo/dev/tranquility.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/dev/tranquility.git'}],
'status': 'official'}
$ pmaint sync tranquility
Already up to date.
*** syncing tranquility
*** synced tranquility
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 tranquility
* Cache regenerated successfully
|