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
|
{'description': {'en': 'Gentoo repository made by ssnb'},
'feed': ['https://cgit.gentoo.org/repo/user/ssnb.git/atom/'],
'homepage': 'https://cgit.gentoo.org/repo/user/ssnb.git/',
'name': 'ssnb',
'owner': [{'email': 'samuelbernardo.mail@gmail.com',
'name': 'Samuel Bernardo',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/user/ssnb.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/user/ssnb'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/user/ssnb.git'}],
'status': 'unofficial'}
pkgcore 0.12.20
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ssnb
WARNING:pkgcore:flussence repo at '/var/lib/repo-mirror-ci/sync/flussence', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing ssnb
Already up to date.
*** synced ssnb
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 ssnb
* app-misc/cartao-cidadao-svn-2.4.6: failed sourcing ebuild: subversion: EAPI 6 not supported, (subversion.eclass, line 17: called die)
* app-misc/cartao-cidadao-svn-3.0.13-r1: failed sourcing ebuild: subversion: EAPI 6 not supported, (subversion.eclass, line 17: called die)
* app-misc/cartao-cidadao-svn-3.0.16: failed sourcing ebuild: subversion: EAPI 6 not supported, (subversion.eclass, line 17: called die)
* dev-ml/camomile-1.0.2: failed sourcing ebuild: findlib: EAPI 6 not supported, (findlib.eclass, line 16: called die)
* dev-ml/ocaml-fileutils-0.6.1: failed sourcing ebuild: findlib: EAPI 6 not supported, (findlib.eclass, line 16: called die)
* dev-ml/ocaml-gettext-0.4.1: failed sourcing ebuild: findlib: EAPI 6 not supported, (findlib.eclass, line 16: called die)
* media-libs/openimageio-2.2.13.1: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 171: called die)
* media-libs/openimageio-2.2.14.0: failed sourcing ebuild: No supported implementation in PYTHON_COMPAT., (python-utils-r1.eclass, line 171: called die)
* Cache regen failed with 1
|