blob: c070d260fda0bb10ba3ac79f24ec0a926493a705 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{'description': {'en': "waebbl's overlay"},
'feed': ['https://github.com/waebbl/waebbl-gentoo/commits/master.atom'],
'homepage': 'https://github.com/waebbl/waebbl-gentoo',
'name': 'waebbl',
'owner': [{'email': 'waebbl@gmail.com',
'name': 'Bernd Waibel',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/waebbl/waebbl-gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/waebbl/waebbl-gentoo.git'}],
'status': 'unofficial'}
$ pmaint sync waebbl
WARNING:pkgcore:luke-jr repo at '/var/lib/repo-mirror-ci/sync/luke-jr', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up to date.
*** syncing waebbl
*** synced waebbl
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 waebbl
* Cache regenerated successfully
|