blob: 13deef7807a6bddad83f5c3058ee697105a5a2f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{'description': {'en': 'Personal ebuild repository.'},
'feed': ['https://github.com/bekcpear/ryans-repos/commits/main.atom'],
'homepage': 'https://github.com/bekcpear/ryans-repos',
'name': 'ryans',
'owner': [{'email': 'i@bitbili.net', 'name': 'Ryan Qian', 'type': 'person'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://github.com/bekcpear/ryans-repos.git'},
{'type': 'git', 'uri': 'git@github.com:bekcpear/ryans-repos.git'}],
'status': 'unofficial'}
* Adding new repository
$ pmaint sync ryans
*** syncing ryans
Cloning into '/var/lib/repo-mirror-ci/sync/ryans'...
*** synced ryans
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 32 ryans
* Cache regenerated successfully
|