blob: 8c07a15f6d49346f7c2893c74add74f385dd2e33 (
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': 'A simple status check and configuration package built for Gentoo'},
'feed': ['https://github.com/powerhouseofthecell/status-check/commits/master.atom'],
'homepage': 'https://github.com/powerhouseofthecell/status-check',
'name': 'status-check',
'owner': [{'email': 'nicholasfwong@gmail.com',
'name': 'Nicholas Wong',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/powerhouseofthecell/status-check.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/powerhouseofthecell/status-check.git'}],
'status': 'unofficial'}
$ pmaint sync status-check
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/sync/xelnor' has unsupported profile format: build-id
*** syncing status-check
Already up to date.
*** synced status-check
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 status-check
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/home/mgorny/repos/xelnor' has unsupported profile format: build-id
* Cache regenerated successfully
|