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
54
55
56
57
58
59
60
61
62
63
64
65
|
{'description': {'en': "Ikelos's hospice for broken and damaged ebuilds."},
'feed': ['https://cgit.gentoo.org/dev/ikelos.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/ikelos.git/',
'name': 'ikelos',
'owner': [{'email': 'ikelos@gentoo.org',
'name': 'Mike Auty',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/ikelos.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/ikelos.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/ikelos.git'}],
'status': 'unofficial'}
$ pmaint sync ikelos
WARNING:pkgcore:flewkey-overlay repo at '/var/lib/repo-mirror-ci/sync/flewkey-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
warning: Pulling without specifying how to reconcile divergent branches is
discouraged. You can squelch this message by running one of the following
commands sometime before your next pull:
git config pull.rebase false # merge (the default strategy)
git config pull.rebase true # rebase
git config pull.ff only # fast-forward only
You can replace "git config" with "git config --global" to set a default
preference for all repositories. You can also pass --rebase, --no-rebase,
or --ff-only on the command line to override the configured default per
invocation.
Already up to date.
*** syncing ikelos
*** synced ikelos
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 ikelos
* app-arch/jefferson-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* app-misc/binwalk-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/cstruct-1.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/elasticsearch-dsl-py-2.2.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/elasticsearch-dsl-py-5.1.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/elasticsearch-dsl-py-5.2.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/elasticsearch-dsl-py-5.3.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/facebook-sdk-2.0.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/imdbpy-5.1.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pfp-0.2.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/protocol-informatics-0.02_beta: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/py010parser-0.1.10: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pyahocorasick-1.1.4: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pyannotate-1.0.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pyfacebook-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pynfc-9999-r1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pysmb-1.1.22: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pythonnet-2.1.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/pyxml-0.8.4-r3: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/repoze-debug-1.0.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/repoze-debug-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/repoze-who-2.3: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/repoze-who-plugins-digestauth-0.1.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/snakeviz-0.4.2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/spyne-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* dev-python/transitions-0.6.9: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-sound/mpdris2-9999: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* media-video/griffith-0.13-r2: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT.
* Cache regen failed with 1
|