blob: ec7d1be155f7e92a68a9c96c6fc4d92c2b240cfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{'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
WARNING:pkgcore:phackerlay repo at '/var/lib/repo-mirror-ci/sync/phackerlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
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
|