blob: 48d01a1d4ac1eb9392bcef0d5e59633f22d949a6 (
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
|
{'description': {'en': 'LibreSSL ebuilds testing repository'},
'feed': ['https://cgit.gentoo.org/repo/proj/libressl.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:LibreSSL',
'name': 'libressl',
'owner': [{'email': 'libressl@gentoo.org', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/libressl.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/libressl.git'}],
'status': 'official'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync libressl
*** syncing libressl
fatal: unable to access 'https://anongit.gentoo.org/git/repo/proj/libressl.git/': Recv failure: Connection reset by peer
!!! failed syncing libressl
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync libressl
*** syncing libressl
Cloning into '/var/lib/repo-mirror-ci/sync/libressl'...
fatal: unable to access 'https://anongit.gentoo.org/git/repo/proj/libressl.git/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to anongit.gentoo.org:443
!!! failed syncing libressl
* Sync failed again with 1, removing
|