blob: d7045293357bdb826788a2e3c5d2f47b7ff4368c (
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
|
{'description': {'en': 'Personal Gentoo overlay'},
'feed': ['https://github.com/SpiderX/portage-overlay/commits/master.atom'],
'homepage': 'https://github.com/SpiderX/portage-overlay',
'name': 'nest',
'owner': [{'email': 'spiderx@spiderx.dp.ua',
'name': 'Vladimir Pavljuchenkov',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/SpiderX/portage-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/SpiderX/portage-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync nest
From https://github.com/SpiderX/portage-overlay
d6a3b23..0c4e35c master -> origin/master
Updating d6a3b23..0c4e35c
Fast-forward
dev-util/cfn-guard-rulegen/cfn-guard-rulegen-0.6.0_beta.ebuild | 2 ++
dev-util/cfn-guard/cfn-guard-0.6.0_beta.ebuild | 2 ++
2 files changed, 4 insertions(+)
*** syncing nest
*** synced nest
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 nest
* Cache regenerated successfully
|