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
|
{'description': {'en': "Raymond Kwok's personal Gentoo overlay"},
'feed': ['https://github.com/zozx/zozx-overlay/commits/master.atom'],
'homepage': 'https://github.com/zozx/zozx-overlay',
'name': 'zozx-overlay',
'owner': [{'email': 'c2778148787@gmail.com',
'name': 'Raymond Kwok',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/zozx/zozx-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/zozx/zozx-overlay.git'}],
'status': 'unofficial'}
pkgcore 0.12.20
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync zozx-overlay
*** syncing zozx-overlay
fatal: unable to access 'https://github.com/zozx/zozx-overlay.git/': Failed to connect to github.com port 443 after 57 ms: Couldn't connect to server
!!! failed syncing zozx-overlay
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync zozx-overlay
WARNING:pkgcore:zeldu repo at '/var/lib/repo-mirror-ci/sync/zeldu', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing zozx-overlay
Cloning into '/var/lib/repo-mirror-ci/sync/zozx-overlay'...
fatal: unable to access 'https://github.com/zozx/zozx-overlay.git/': Failed to connect to github.com port 443 after 58 ms: Couldn't connect to server
!!! failed syncing zozx-overlay
* Sync failed again with 1, removing
|