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': 'An experimental portage overlay'},
'feed': ['https://github.com/Wuodan/gentoo-overlay/commits/master.atom'],
'homepage': 'https://github.com/Wuodan/gentoo-overlay',
'name': 'wuodan',
'owner': [{'email': 'stefan.kuhn.zurich@gmail.com',
'name': 'Stefan Kuhn',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/Wuodan/gentoo-overlay.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/Wuodan/gentoo-overlay.git'}],
'status': 'unofficial'}
$ pmaint sync wuodan
From https://github.com/Wuodan/gentoo-overlay
7ef89a6..e4a98a7 master -> origin/master
Updating 7ef89a6..e4a98a7
Fast-forward
dev-util/packer/Manifest | 2 +-
dev-util/packer/packer-1.6.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
*** syncing wuodan
*** synced wuodan
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 wuodan
* Cache regenerated successfully
|