blob: 106162109bd916af2c3840a31357e11160e7c941 (
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
26
|
{'description': {'en': 'Ebuilds by Florian Schmaus'},
'homepage': 'https://gitlab.com/Flow/flow-s-ebuilds',
'name': 'flow',
'owner': [{'email': 'flo@geekplace.eu',
'name': 'Florian Schmaus',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://gitlab.com/Flow/flow-s-ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync flow
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
remote: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: connection refused
fatal: unable to access 'https://gitlab.com/Flow/flow-s-ebuilds.git/': The requested URL returned error: 502
*** syncing flow
*** failed syncing flow
* Sync failed with 1
* Will try to re-create
$ pmaint sync flow
WARNING:pkgcore:repository at '/home/mgorny/sync/steveeJ' has unsupported profile format(s): 'profile-set'
Cloning into '/home/mgorny/sync/flow'...
remote: dial unix /var/opt/gitlab/gitlab-rails/sockets/gitlab.socket: connect: connection refused
fatal: unable to access 'https://gitlab.com/Flow/flow-s-ebuilds.git/': The requested URL returned error: 502
*** syncing flow
*** failed syncing flow
* Sync failed again with 1, removing
|