blob: 0e3ad1ff312861862889b3b0e83a33d3d27aa36a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{'description': {'en': 'Experimental ebuilds'},
'feed': ['https://github.com/twitch153/ebuilds/commits/master.atom'],
'homepage': 'https://github.com/twitch153/ebuilds',
'name': 'twitch153',
'owner': [{'email': 'twitch153@gentoo.org',
'name': 'Devan Franchini',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://github.com/twitch153/ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync twitch153
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).
WARNING:pkgcore:interactive-fiction repo at '/var/lib/repo-mirror-ci/sync/interactive-fiction', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Already up to date.
*** syncing twitch153
*** synced twitch153
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 twitch153
* app-admin/webapp-config-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* games-emulation/dolphin-9999: failed sourcing ebuild: inherit requires unknown eclass: git-2.eclass
* Cache regen failed with 1
|