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
|
{'description': {'en': "Scott Alfter's ebuilds"},
'homepage': 'https://gitlab.com/salfter/portage',
'name': 'salfter',
'owner': [{'email': 'scott@alfter.us',
'name': 'Scott Alfter',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/salfter/portage.git'}],
'status': 'unofficial'}
$ pmaint sync salfter
WARNING:pkgcore:repo at '/home/mgorny/sync/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
remote: Not Found
fatal: repository 'https://gitlab.com/salfter/portage.git/' not found
*** syncing salfter
*** failed syncing salfter
* Sync failed with 1
* Will try to re-create
$ pmaint sync salfter
WARNING:pkgcore:repo at '/home/mgorny/sync/gentoo-playground', named 'gentoo-playground', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
Cloning into '/home/mgorny/sync/salfter'...
remote: Not Found
fatal: repository 'https://gitlab.com/salfter/portage.git/' not found
*** syncing salfter
*** failed syncing salfter
* Sync failed again with 1, removing
|