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 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'}
pkgcore 0.12.17
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync ryans
*** syncing ryans
From https://github.com/bekcpear/ryans-repos
20528d3..d8b072f main -> origin/main
Updating 20528d3..d8b072f
Fast-forward
eclass/go.eclass | 144 ++++++++++++++++++++++++++--
eclass/version.eclass | 257 ++++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 395 insertions(+), 6 deletions(-)
create mode 100644 eclass/version.eclass
*** synced ryans
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 ryans
* Cache regenerated successfully
|