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
|
{'description': {'en': 'Miscellaneous Gentoo ebuilds'},
'feed': ['https://github.com/bobwya/miscellaneous_ebuilds/commits/master.atom'],
'homepage': 'https://github.com/bobwya/miscellaneous_ebuilds',
'name': 'bobwya',
'owner': [{'email': 'bob.mt.wya@gmail.com',
'name': 'Bob Wya',
'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/bobwya/miscellaneous_ebuilds.git'},
{'type': 'git',
'uri': 'git://github.com/bobwya/miscellaneous_ebuilds.git'},
{'type': 'git',
'uri': 'git@github.com:bobwya/miscellaneous_ebuilds.git'}],
'status': 'unofficial'}
$ pmaint sync bobwya
From https://github.com/bobwya/miscellaneous_ebuilds
3d0e624..ad03d03 master -> origin/master
Updating 3d0e624..ad03d03
Fast-forward
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
*** syncing bobwya
*** synced bobwya
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 bobwya
* Cache regenerated successfully
|