blob: 17117a70c9fd3f58529c471cff362e97ddd0f4a9 (
plain)
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
|
{'description': {'en': "Scott Alfter's ebuilds"},
'homepage': 'https://gitlab.com/salfter/portage',
'name': 'salfter',
'owner': [{'email': 'scott@alfter.us',
'name': 'Scott Alfter',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/salfter/portage.git'}],
'status': 'unofficial'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync salfter
WARNING:pkgcore:bratishkaerik-overlay repo at '/var/lib/repo-mirror-ci/sync/bratishkaerik-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:gbrlsnchs repo at '/var/lib/repo-mirror-ci/sync/gbrlsnchs', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:robertgzr repo at '/var/lib/repo-mirror-ci/sync/robertgzr', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing salfter
Already up to date.
*** synced salfter
* 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 salfter
* app-crypt/vanitygen-plus-1.53: failed sourcing ebuild: inherit: missing eclass argument
* media-sound/mp3val-0.1.8: failed sourcing ebuild: inherit: missing eclass argument
* net-mail/spfpolicy-2.011-r1: failed sourcing ebuild: inherit: missing eclass argument
* Cache regen failed with 1
|