1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
{'description': {'en': 'Developer overlay of Hans de Graaff with mostly ruby and\n xemacs ebuilds, and a few assorted other goodies.'},
'feed': ['https://cgit.gentoo.org/dev/graaff.git/atom/'],
'homepage': 'http://moving-innovations.com/blog/',
'name': 'graaff',
'owner': [{'email': 'graaff@gentoo.org',
'name': 'Hans de Graaff',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/graaff.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/graaff.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/graaff.git'}],
'status': 'official'}
$ pmaint sync graaff
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing graaff
Already up to date.
*** synced graaff
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 graaff
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
Unhandled exception occurred:
Traceback follows:
File "/usr/lib64/python2.7/site-packages/snakeoil/cli/tool.py", line 131, in main
self.options, func = self.parse_args(args=self.args, namespace=self.options)
File "/usr/lib64/python2.7/site-packages/pkgcore/util/commandline.py", line 615, in parse_args
options = super(Tool, self).parse_args(*args, **kwargs)
File "/usr/lib64/python2.7/site-packages/snakeoil/cli/tool.py", line 97, in parse_args
options = self.parser.parse_args(args=args, namespace=namespace)
File "/usr/lib64/python2.7/site-packages/snakeoil/cli/arghparse.py", line 542, in parse_args
raise TypeError("failed loading/parsing '%s': %s" % (attr, str(err)))
TypeError:
failed loading/parsing 'repos': /var/lib/repo-mirror-ci/repos/gerislay/profiles/eapi: unsupported eapi: 5-progress
* Cache regen failed with 246
|