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
46
47
48
49
50
51
52
53
|
{'description': {'en': 'The overlay contains new or updated security tools.'},
'homepage': 'http://www.pentoo.ch',
'name': 'pentoo',
'owner': [{'email': 'zerochaos@gentoo.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/pentoo/pentoo-overlay.git'},
{'type': 'git',
'uri': 'git://github.com/pentoo/pentoo-overlay.git'},
{'type': 'git',
'uri': 'git@github.com:pentoo/pentoo-overlay.git'}],
'status': 'official'}
$ pmaint sync pentoo
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 pentoo
From https://github.com/pentoo/pentoo-overlay
a8f7db06..d7ea0a11 master -> origin/master
Updating a8f7db06..d7ea0a11
Fast-forward
scripts/pentoo-updater.sh | 2 ++
sys-kernel/pentoo-sources/Manifest | 12 ++-----
.../pentoo-sources/pentoo-sources-4.17.4.ebuild | 41 ----------------------
.../pentoo-sources/pentoo-sources-4.17.6.ebuild | 41 ----------------------
...-4.17.2.ebuild => pentoo-sources-4.17.7.ebuild} | 2 +-
5 files changed, 6 insertions(+), 92 deletions(-)
delete mode 100644 sys-kernel/pentoo-sources/pentoo-sources-4.17.4.ebuild
delete mode 100644 sys-kernel/pentoo-sources/pentoo-sources-4.17.6.ebuild
rename sys-kernel/pentoo-sources/{pentoo-sources-4.17.2.ebuild => pentoo-sources-4.17.7.ebuild} (98%)
*** synced pentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 pentoo
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
|