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
|
{'description': {'en': 'Nelson Graça personal Overlay'},
'feed': ['https://github.com/nelsongraca/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/nelsongraca/gentoo-overlay',
'name': 'nelson-graca',
'owner': [{'email': 'graca.nelson@gmail.com',
'name': 'Nelson Graça',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/nelsongraca/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/nelsongraca/gentoo-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync nelson-graca
WARNING:pkgcore:tex-overlay repo at '/var/lib/repo-mirror-ci/sync/tex-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing nelson-graca
Already up to date.
*** synced nelson-graca
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
error: gpg.ssh.allowedSignersFile needs to be configured and exist for ssh signature verification
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 nelson-graca
* app-misc/autenticacao-gov-pt-2.0.46: failed sourcing ebuild: unpacker: EAPI 6 not supported, (unpacker.eclass, line 20: called die)
* dev-util/soapui-5.4.0: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* dev-util/soapui-5.7.0: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* sys-kernel/dkms-2.8.3: failed sourcing ebuild: inherit requires unknown eclass: eutils.eclass
* Cache regen failed with 1
|