blob: 9753bcf27132f5d063d699bfe528ec15123e1920 (
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
|
{'description': {'en': 'Xfce development ebuilds and other stuff'},
'homepage': 'https://gitlab.com/apurkrt/apurkrt',
'name': 'apurkrt',
'owner': [{'email': 'adam@purkrt.net',
'name': 'Adam Purkrt',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://gitlab.com/apurkrt/apurkrt.git'}],
'status': 'unofficial'}
$ pmaint sync apurkrt
fatal: unable to access 'https://gitlab.com/apurkrt/apurkrt.git/': OpenSSL SSL_connect: Connection reset by peer in connection to gitlab.com:443
*** syncing apurkrt
!!! failed syncing apurkrt
* Sync failed with 1
* Will try to re-create
$ pmaint sync apurkrt
Cloning into '/var/lib/repo-mirror-ci/sync/apurkrt'...
*** syncing apurkrt
*** synced apurkrt
* Sync succeeded after re-adding
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 apurkrt
* Cache regenerated successfully
|