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
44
45
|
{'description': {'en': 'Personal overlay with delicious absurdities'},
'feed': ['https://github.com/paraenggu/delicious-absurdities-overlay/commits/master.atom'],
'homepage': 'https://github.com/paraenggu/delicious-absurdities-overlay',
'name': 'delicious-absurdities',
'owner': [{'email': 'c.affolter@purplehaze.ch',
'name': 'Christian Affolter',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/paraenggu/delicious-absurdities-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/paraenggu/delicious-absurdities-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:paraenggu/delicious-absurdities-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync delicious-absurdities
WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/dannyboy48888'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/dannyboy48888', named 'dannyboy48888', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
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
*** syncing delicious-absurdities
Already up to date.
*** synced delicious-absurdities
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 delicious-absurdities
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
|