blob: 45dd9d3cb3952e11b0d51ce48822123a1bc9af36 (
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
27
28
29
30
31
|
{'description': {'en': "Voyageur's random ebuilds stuff"},
'feed': ['https://cafarelli.fr/cgi-bin/cgit.cgi/voyageur-overlay/atom'],
'homepage': 'https://cafarelli.fr/cgi-bin/cgit.cgi/voyageur-overlay/',
'name': 'voyageur',
'owner': [{'email': 'voyageur@gentoo.org', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://cafarelli.fr/git/voyageur-overlay/'}],
'status': 'official'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync voyageur
*** syncing voyageur
fatal: unable to access 'https://cafarelli.fr/git/voyageur-overlay/': SSL connection timeout
!!! failed syncing voyageur
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync voyageur
*** syncing voyageur
Cloning into '/var/lib/repo-mirror-ci/sync/voyageur'...
warning: remote HEAD refers to nonexistent ref, unable to checkout.
*** synced voyageur
* Sync succeeded after re-adding
$ git log --format=%ci -1
fatal: your current branch 'master' does not have any commits yet
$ git show -q --pretty=format:%G? HEAD
fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git <command> [<revision>...] -- [<file>...]'
* Missing profiles/repo_name, removing
|