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
|
{'description': {'en': 'Unofficial ebuilds for Gitlab'},
'homepage': 'https://gitlab.awesome-it.de/overlays/gitlab',
'name': 'gitlab',
'owner': [{'email': 'info@awesome-it.de',
'name': 'Daniel Morlock',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.awesome-it.de/overlays/gitlab.git'}],
'status': 'unofficial'}
$ pmaint sync gitlab
fatal: repository 'https://gitlab.awesome-it.de/overlays/gitlab.git/' not found
*** syncing gitlab
*** failed syncing gitlab
* Sync failed with 1
* Will try to re-create
$ pmaint sync gitlab
WARNING:pkgcore:DuPol repo at '/var/lib/repo-mirror-ci/sync/DuPol', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:displacer repo at '/var/lib/repo-mirror-ci/sync/displacer', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:levenkov repo at '/var/lib/repo-mirror-ci/sync/levenkov', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:palmer repo at '/var/lib/repo-mirror-ci/sync/palmer', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Cloning into '/var/lib/repo-mirror-ci/sync/gitlab'...
fatal: repository 'https://gitlab.awesome-it.de/overlays/gitlab.git/' not found
*** syncing gitlab
*** failed syncing gitlab
* Sync failed again with 1, removing
|