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
|
{'description': {'en': "Official KDE team's testing overlay."},
'feed': ['https://cgit.gentoo.org/proj/kde.git/atom/'],
'homepage': 'https://kde.gentoo.org',
'name': 'kde',
'owner': [{'email': 'kde@gentoo.org', 'name': 'KDE Team', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/kde.git'},
{'type': 'git', 'uri': 'https://github.com/gentoo/kde.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/kde.git'},
{'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/proj/kde.git'},
{'type': 'git', 'uri': 'git+ssh://git@github.com/gentoo/kde.git'}],
'status': 'official'}
pkgcore 0.12.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync kde
*** syncing kde
From https://anongit.gentoo.org/git/proj/kde
c5e4b1e0bd..3c18c4e47f master -> origin/master
Updating c5e4b1e0bd..3c18c4e47f
Fast-forward
kde-plasma/plasma-meta/plasma-meta-6.1.49.9999.ebuild | 13 +++++++++++++
kde-plasma/plasma-meta/plasma-meta-9999.ebuild | 13 +++++++++++++
2 files changed, 26 insertions(+)
*** synced kde
* 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 kde
* Cache regenerated successfully
|