blob: a374a38c0f135c3043f001cc2e837319b0871c85 (
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': 'User Overlay'},
'feed': ['https://github.com/tmacedo/portage/commits/master.atom'],
'homepage': 'https://github.com/tmacedo/portage',
'name': 'tmacedo',
'owner': [{'email': 'tftfmacedo@gmail.com',
'name': 'Tiago Macedo',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/tmacedo/portage.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/tmacedo/portage.git'}],
'status': 'unofficial'}
pkgcore 0.12.20
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync tmacedo
*** syncing tmacedo
fatal: unable to access 'https://github.com/tmacedo/portage.git/': HTTP/2 stream 1 was not closed cleanly before end of the underlying stream
!!! failed syncing tmacedo
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync tmacedo
*** syncing tmacedo
Cloning into '/var/lib/repo-mirror-ci/sync/tmacedo'...
fatal: unable to access 'https://github.com/tmacedo/portage.git/': Failed to connect to github.com port 443 after 62 ms: Couldn't connect to server
!!! failed syncing tmacedo
* Sync failed again with 1, removing
|