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