1 | {'description': {'en': 'Ebuilds for packages not in the Gentoo tree\n'
|
2 | ' (lack of maintainer or too experimental) and '
|
3 | 'live ebuilds\n'
|
4 | ' or extensions/bugfixes for packages in the '
|
5 | 'tree'},
|
6 | 'feed': ['https://cgit.gentoo.org/user/mv.git/atom/'],
|
7 | 'homepage': 'https://cgit.gentoo.org/user/mv.git',
|
8 | 'name': 'mv',
|
9 | 'owner': [{'email': 'martin@mvath.de',
|
10 | 'name': 'Martin Väth',
|
11 | 'type': 'person'}],
|
12 | 'quality': 'experimental',
|
13 | 'source': [{'type': 'git',
|
14 | 'uri': 'https://anongit.gentoo.org/git/user/mv.git'},
|
15 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/user/mv.git'},
|
16 | {'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/user/mv.git'}],
|
17 | 'status': 'unofficial'}
|
18 | pkgcore 0.12.28
|
19 |
|
20 | $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync mv
|
21 | WARNING:pkgcore:mv repo at '/var/lib/repo-mirror-ci/sync/mv', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
|
22 | WARNING:pkgcore:mv repo at '/var/lib/repo-mirror-ci/sync/mv', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
|
23 | *** syncing mv
|
24 | Your configuration specifies to merge with the ref 'refs/heads/master'
|
25 | from the remote, but no such ref was fetched.
|
26 | !!! failed syncing mv
|
27 | * Sync failed with 1
| [FATAL] |
28 | * Will try to re-create
|
29 | $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync mv
|
30 | *** syncing mv
|
31 | Cloning into '/var/lib/repo-mirror-ci/sync/mv'...
|
32 | warning: remote HEAD refers to nonexistent ref, unable to checkout
|
33 | *** synced mv
|
34 | * Sync succeeded after re-adding
|
35 | $ git log --format=%ci -1
|
36 | fatal: your current branch 'master' does not have any commits yet
|
37 | $ git show -q --pretty=format:%G? HEAD
|
38 | fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
|
39 | Use '--' to separate paths from revisions, like this:
|
40 | 'git <command> [<revision>...] -- [<file>...]'
|
41 | * Missing profiles/repo_name, removing
|