blob: 9683d7eaeed1383ebc1ed01c154325cec978a7da (
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
27
28
29
30
|
{'description': {'en': 'Bits and pieces missing in gentoo or layman repos I need'},
'homepage': 'https://bitbucket.org/amaroun/gamarouns',
'name': 'gamarouns',
'owner': [{'email': 'vit.kasal@gmail.com',
'name': 'amaroun',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'mercurial',
'uri': 'https://bitbucket.org/amaroun/gamarouns'}],
'status': 'official'}
$ pmaint sync gamarouns
WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/floppym'
WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/floppym', named 'floppym', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing gamarouns
pulling from https://bitbucket.org/amaroun/gamarouns
abort: error: EOF occurred in violation of protocol (_ssl.c:687)
*** failed syncing gamarouns
* Sync failed with 1
* Will try to re-create
$ pmaint sync gamarouns
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing gamarouns
abort: error: EOF occurred in violation of protocol (_ssl.c:687)
*** failed syncing gamarouns
* Sync failed again with 1, removing
|