blob: c62e257f89064e1eaef4f1577cd761c89331f668 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
{'description': {'en': 'LibreSSL ebuilds testing repository'},
'feed': ['http://github.com/feeds/gentoo/commits/libressl/master'],
'homepage': 'https://github.com/gentoo/libressl',
'name': 'libressl',
'owner': [{'email': 'libressl@gentoo.org', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'https://github.com/gentoo/libressl.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo/libressl.git'}],
'status': 'official'}
$ pmaint sync libressl
Already up-to-date.
*** syncing libressl
*** synced libressl
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 libressl
* Cache regenerated successfully
|