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
33
34
35
36
37
38
39
40
41
42
43
|
{'description': {'en': 'GURU: Ebuild repository entirely maintained by Gentoo '
'users'},
'feed': ['https://cgit.gentoo.org/repo/proj/guru.git/atom/'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:GURU',
'name': 'guru',
'owner': [{'email': 'guru@gentoo.org', 'name': 'GURU', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/proj/guru.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/proj/guru.git'}],
'status': 'official'}
pkgcore 0.12.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync guru
*** syncing guru
From https://anongit.gentoo.org/git/repo/proj/guru
0c514a20c..6210aec2e master -> origin/master
Updating 0c514a20c..6210aec2e
Fast-forward
dev-util/find-work-bugzilla/Manifest | 2 +-
....2.1.ebuild => find-work-bugzilla-0.3.0.ebuild} | 12 +++----
dev-util/find-work-bugzilla/metadata.xml | 1 +
dev-util/find-work-pkgcheck/Manifest | 1 +
....2.1.ebuild => find-work-pkgcheck-0.3.0.ebuild} | 11 +++---
dev-util/find-work-pkgcheck/metadata.xml | 1 +
dev-util/find-work-repology/Manifest | 1 +
....2.1.ebuild => find-work-repology-0.3.0.ebuild} | 11 +++---
dev-util/find-work-repology/metadata.xml | 1 +
dev-util/find-work/Manifest | 2 +-
...work-0.91.1.ebuild => find-work-0.990.0.ebuild} | 40 ++++++++++++++++++++--
dev-util/find-work/find-work-9999.ebuild | 19 ++++++++--
12 files changed, 77 insertions(+), 25 deletions(-)
rename dev-util/find-work-bugzilla/{find-work-bugzilla-0.2.1.ebuild => find-work-bugzilla-0.3.0.ebuild} (77%)
rename dev-util/find-work-pkgcheck/{find-work-pkgcheck-0.2.1.ebuild => find-work-pkgcheck-0.3.0.ebuild} (79%)
rename dev-util/find-work-repology/{find-work-repology-0.2.1.ebuild => find-work-repology-0.3.0.ebuild} (80%)
rename dev-util/find-work/{find-work-0.91.1.ebuild => find-work-0.990.0.ebuild} (64%)
*** synced guru
* 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 guru
* Cache regenerated successfully
|