blob: 265a861354351dfe86164a32f460111c5d6aed9a (
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
|
{'description': {'en': "Random stuff I am working on which isn't ready for the tree for some reason"},
'feed': ['https://cgit.gentoo.org/dev/chutzpah.git/atom/'],
'homepage': 'https://cgit.gentoo.org/dev/chutzpah.git/',
'name': 'chutzpah',
'owner': [{'email': 'chutzpah@gentoo.org', 'name': 'Patrick McLean'}],
'quality': 'experimental',
'source': [{'type': 'git', 'uri': 'git://anongit.gentoo.org/dev/chutzpah'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/dev/chutzpah.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/dev/chutzpah.git'}],
'status': 'official'}
$ pmaint sync chutzpah
WARNING:pkgcore:repo at '/home/mgorny/sync/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/sync/xelnor' has unsupported profile format: profile-set
Already up-to-date.
*** syncing chutzpah
*** synced chutzpah
* Sync succeeded
$ git log --format=%ci -1
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 chutzpah
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/xelnor' has unsupported profile format: profile-set
WARNING:pkgcore:repo at '/home/mgorny/repos/steveeJ' has unsupported profile format: profile-set
* Cache regenerated successfully
|