blob: a42855dbdb1cef8a2465fcc8aba0af40a2c3aca7 (
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
32
33
|
{'description': {'en': "K_F's personal overlay"},
'feed': ['http://git.sumptuouscapital.com/?p=portage-overlay.git;a=atom'],
'homepage': 'http://git.sumptuouscapital.com/?p=portage-overlay.git;a=summary',
'name': 'k_f',
'owner': [{'email': 'k_f@gentoo.org',
'name': 'Kristian Fiskerstrand',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'git://git.sumptuouscapital.com/portage-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync k_f
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
*** syncing k_f
fatal: unable to connect to git.sumptuouscapital.com:
git.sumptuouscapital.com[0: 37.191.226.104]: errno=Connection timed out
*** failed syncing k_f
* Sync failed with 1
* Will try to re-create
$ pmaint sync k_f
WARNING:pkgcore:'genthree' repo at '/home/mgorny/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
*** syncing k_f
Cloning into '/home/mgorny/sync/k_f'...
fatal: unable to connect to git.sumptuouscapital.com:
git.sumptuouscapital.com[0: 37.191.226.104]: errno=Connection timed out
*** failed syncing k_f
* Sync failed again with 1, removing
|