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': 'Personal portage overlay'},
'feed': ['https://slonko.net/git/portage/atom/'],
'homepage': 'https://slonko.net/portage',
'name': 'slonko',
'owner': [{'email': 'marcin.deranek@slonko.net',
'name': 'Marcin Deranek',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://slonko.net/git/portage'}],
'status': 'unofficial'}
$ pmaint sync slonko
WARNING:pkgcore:phackerlay repo at '/var/lib/repo-mirror-ci/sync/phackerlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
fatal: unable to access 'https://slonko.net/git/portage/': Failed to connect to slonko.net port 443: Connection timed out
*** syncing slonko
!!! failed syncing slonko
* Sync failed with 1
* Will try to re-create
$ pmaint sync slonko
Cloning into '/var/lib/repo-mirror-ci/sync/slonko'...
error: Failed to connect to slonko.net port 443: Connection timed out (curl_result = 28, http_code = 0, sha1 = fe8077b274b249d281d434f649ff9e81c9b04940)
error: Unable to find 443e71d40e40deb349f571e503e397e50688232e under https://slonko.net/git/portage
Cannot obtain needed tree 443e71d40e40deb349f571e503e397e50688232e
while processing commit ad578020d5727d0f499d314b7ceda5f051852610.
error: fetch failed.
*** syncing slonko
!!! failed syncing slonko
* Sync failed again with 1, removing
|