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
29
30
31
32
|
{'description': {'en': 'My Gentoo repository and ebuilds'},
'feed': ['https://github.com/sspreitzer/gentoo-repo/commits/master.atom'],
'homepage': 'https://github.com/sspreitzer/gentoo-repo',
'name': 'sspreitz',
'owner': [{'email': 'sspreitz@redhat.com',
'name': 'Sascha Spreitzer',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/sspreitzer/gentoo-repo.git'},
{'type': 'git',
'uri': 'git+ssh://git@github.com/sspreitzer/gentoo-repo.git'},
{'type': 'git',
'uri': 'git@github.com:sspreitzer/gentoo-repo.git'}],
'status': 'unofficial'}
$ pmaint sync sspreitz
From https://github.com/sspreitzer/gentoo-repo
38d9310..fbfaa9b master -> origin/master
Updating 38d9310..fbfaa9b
Fast-forward
dev-python/yamllint/Manifest | 2 ++
dev-python/yamllint/yamllint-1.23.0.ebuild | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+)
create mode 100644 dev-python/yamllint/Manifest
create mode 100644 dev-python/yamllint/yamllint-1.23.0.ebuild
*** syncing sspreitz
*** synced sspreitz
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 sspreitz
* Cache regenerated successfully
|