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': 'Goris overlay'},
'feed': ['https://cgit.gentoo.org/repo/user/goris.git/atom/'],
'homepage': 'https://cgit.gentoo.org/repo/user/goris.git/',
'name': 'goris',
'owner': [{'email': 'norayr.am@gmail.com',
'name': 'Norayr Mirakyan',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/user/goris.git'},
{'type': 'git',
'uri': 'git://anongit.gentoo.org/repo/user/goris.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/user/goris.git'}],
'status': 'unofficial'}
$ pmaint sync goris
Already up to date.
*** syncing goris
*** synced goris
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 goris
* Cache regenerated successfully
|