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
|
{'description': {'en': 'It contains hangul-typing tutors.'},
'feed': ['https://gitlab.com/espresso.tiger/hangul-typing/commits/master.atom'],
'homepage': 'https://gitlab.com/espresso.tiger/hangul-typing',
'name': 'hangul-typing',
'owner': [{'email': 'espresso.tiger@gmail.com',
'name': 'espresso tiger',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/espresso.tiger/hangul-typing.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com/espresso.tiger/hangul-typing.git'}],
'status': 'unofficial'}
$ pmaint sync hangul-typing
fatal: unable to access 'https://gitlab.com/espresso.tiger/hangul-typing.git/': Couldn't resolve host 'gitlab.com'
*** syncing hangul-typing
!!! failed syncing hangul-typing
* Sync failed with 1
* Will try to re-create
$ pmaint sync hangul-typing
WARNING:pkgcore:concaveoverlay repo at '/var/lib/repo-mirror-ci/sync/concaveoverlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:flow repo at '/var/lib/repo-mirror-ci/sync/flow', 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/hangul-typing'...
fatal: unable to access 'https://gitlab.com/espresso.tiger/hangul-typing.git/': Couldn't resolve host 'gitlab.com'
*** syncing hangul-typing
!!! failed syncing hangul-typing
* Sync failed again with 1, removing
|