blob: 72005ef46ba9706bd44d65c8baaf0a67c8fc6a2a (
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
|
{'description': {'en': "Jerzy Kolosowski's Gentoo overlay"},
'homepage': 'https://git.kolosowscy.pl/jurek/gentoo-overlay',
'name': 'jkolo',
'owner': [{'email': 'jerzy@kolosowscy.pl',
'name': 'Jerzy Kolosowski',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://git.kolosowscy.pl/jurek/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync jkolo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing jkolo
fatal: unable to access 'https://git.kolosowscy.pl/jurek/gentoo-overlay.git/': The requested URL returned error: 502
*** failed syncing jkolo
* Sync failed with 1
* Will try to re-create
$ pmaint sync jkolo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing jkolo
Cloning into '/var/lib/repo-mirror-ci/sync/jkolo'...
fatal: unable to access 'https://git.kolosowscy.pl/jurek/gentoo-overlay.git/': The requested URL returned error: 502
*** failed syncing jkolo
* Sync failed again with 1, removing
|