blob: a273c3daf743d64960f858c94bfafb65e34ca64e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{'description': {'en': 'Some admin tools'},
'feed': ['https://github.com/scrill/scrill-overlay/commits/master.atom'],
'homepage': 'https://github.com/scrill/scrill-overlay',
'name': 'scrill',
'owner': [{'email': 'sergey.zhuga@gmail.com',
'name': 'Sergey Zhuga',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://github.com/scrill/scrill-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync scrill
Already up to date.
*** syncing scrill
*** synced scrill
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 scrill
* Cache regenerated successfully
|