blob: 9f1188ab606a6c06316177416e74bc843a071a31 (
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
|
{'description': {'en': 'Awesome ebuilds'},
'homepage': 'https://gitlab.awesome-it.de/overlays/awesome',
'name': 'awesome',
'owner': [{'email': 'info@awesome-it.de',
'name': 'Daniel Morlock',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.awesome-it.de/overlays/awesome.git'}],
'status': 'unofficial'}
$ pmaint sync awesome
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 awesome
fatal: unable to access 'https://gitlab.awesome-it.de/overlays/awesome.git/': The requested URL returned error: 502
*** failed syncing awesome
* Sync failed with 1
* Will try to re-create
$ pmaint sync awesome
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:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/gitlab'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/gitlab', named 'gitlab', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
*** syncing awesome
Cloning into '/var/lib/repo-mirror-ci/sync/awesome'...
fatal: unable to access 'https://gitlab.awesome-it.de/overlays/awesome.git/': The requested URL returned error: 502
*** failed syncing awesome
* Sync failed again with 1, removing
|