blob: 4c9dc2a29b5926588e0154fee5b71226a5ef445d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
{'description': {'en': 'Art-Software overlay'},
'homepage': 'http://git.art-software.fr/ArtSoftware/portageLocalRepo',
'name': 'ArtSoftware',
'owner': [{'email': 'adrien.sohier@art-software.fr',
'name': '[Electron]',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'http://git.art-software.fr/ArtSoftware/portageLocalRepo.git'}],
'status': 'unofficial'}
$ pmaint sync ArtSoftware
fatal: unable to access 'http://git.art-software.fr/ArtSoftware/portageLocalRepo.git/': Failed to connect to git.art-software.fr port 80: Connection refused
*** syncing ArtSoftware
*** failed syncing ArtSoftware
* Sync failed with 1
* Will try to re-create
$ pmaint sync ArtSoftware
Cloning into '/var/lib/repo-mirror-ci/sync/ArtSoftware'...
fatal: unable to access 'http://git.art-software.fr/ArtSoftware/portageLocalRepo.git/': Failed to connect to git.art-software.fr port 80: Connection refused
*** syncing ArtSoftware
*** failed syncing ArtSoftware
* Sync failed again with 1, removing
|