blob: 6e931215c7e14382efe143a67856507717aa314c (
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
|
{'description': {'en': 'Personal overlay'},
'feed': ['https://gitlab.com/0bs1d1an/0bs1d1an-overlay/commits/master.atom'],
'homepage': 'https://gitlab.com/0bs1d1an/0bs1d1an-overlay',
'name': '0bs1d1an',
'owner': [{'email': 'gkroon@maelstrom.ninja',
'name': 'Guido Kroon',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/0bs1d1an/0bs1d1an-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@gitlab.com/0bs1d1an/0bs1d1an-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync 0bs1d1an
fatal: unable to access 'https://gitlab.com/0bs1d1an/0bs1d1an-overlay.git/': Couldn't resolve host 'gitlab.com'
*** syncing 0bs1d1an
!!! failed syncing 0bs1d1an
* Sync failed with 1
* Will try to re-create
$ pmaint sync 0bs1d1an
Cloning into '/var/lib/repo-mirror-ci/sync/0bs1d1an'...
fatal: unable to access 'https://gitlab.com/0bs1d1an/0bs1d1an-overlay.git/': Couldn't resolve host 'gitlab.com'
*** syncing 0bs1d1an
!!! failed syncing 0bs1d1an
* Sync failed again with 1, removing
|