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
|
{'description': {'en': "kzd's personal overlay"},
'homepage': 'https://gitlab.com/kzdixon/kzd-ebuilds',
'name': 'kzd',
'owner': [{'email': 'kzd@56709.net', 'name': 'Kyle Dixon', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/kzdixon/kzd-ebuilds.git'},
{'type': 'git', 'uri': 'git@gitlab.com:kzdixon/kzd-ebuilds.git'}],
'status': 'unofficial'}
pkgcore 0.12.16
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync kzd
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
WARNING:pkgcore:jkolo repo at '/var/lib/repo-mirror-ci/sync/jkolo', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing kzd
remote: The git server, Gitaly, is not available at this time. Please contact your administrator.
fatal: unable to access 'https://gitlab.com/kzdixon/kzd-ebuilds.git/': The requested URL returned error: 503
!!! failed syncing kzd
* Sync failed with 1
* Will try to re-create
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync kzd
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
*** syncing kzd
Cloning into '/var/lib/repo-mirror-ci/sync/kzd'...
remote: The git server, Gitaly, is not available at this time. Please contact your administrator.
fatal: unable to access 'https://gitlab.com/kzdixon/kzd-ebuilds.git/': The requested URL returned error: 503
!!! failed syncing kzd
* Sync failed again with 1, removing
|