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
44
45
46
47
48
49
50
51
52
53
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
pkgcore 0.12.10
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
2ce320ce8f0..bc87dd60e1b master -> origin/master
Updating 2ce320ce8f0..bc87dd60e1b
Fast-forward
app-crypt/dieharder/dieharder-3.31.1-r4.ebuild | 4 ++--
dev-libs/check/check-0.15.2-r1.ebuild | 4 ++--
dev-libs/libevdev/libevdev-1.12.1.ebuild | 2 +-
dev-python/python-libevdev/python-libevdev-0.10.ebuild | 2 +-
media-gfx/qrencode/qrencode-4.1.1.ebuild | 2 +-
media-libs/libglvnd/libglvnd-1.4.0.ebuild | 2 +-
media-libs/libglvnd/libglvnd-9999.ebuild | 4 ++--
net-libs/libmicrohttpd/libmicrohttpd-0.9.75.ebuild | 4 ++--
sci-libs/gsl/gsl-2.7.1-r1.ebuild | 2 +-
virtual/perl-Encode/perl-Encode-3.80.0-r1.ebuild | 2 +-
x11-apps/xhost/xhost-1.0.8.ebuild | 2 +-
x11-base/xcb-proto/xcb-proto-1.15.ebuild | 2 +-
x11-base/xorg-proto/xorg-proto-2022.1.ebuild | 2 +-
x11-libs/libICE/libICE-1.0.10-r1.ebuild | 2 +-
x11-libs/libSM/libSM-1.2.3-r1.ebuild | 2 +-
x11-libs/libX11/libX11-1.7.5.ebuild | 2 +-
x11-libs/libXau/libXau-1.0.9-r1.ebuild | 2 +-
x11-libs/libXdmcp/libXdmcp-1.1.3-r1.ebuild | 2 +-
x11-libs/libXext/libXext-1.3.4.ebuild | 2 +-
x11-libs/libXmu/libXmu-1.1.3.ebuild | 2 +-
x11-libs/libXrender/libXrender-0.9.10-r2.ebuild | 2 +-
x11-libs/libXt/libXt-1.2.1.ebuild | 2 +-
x11-libs/libxcb/libxcb-1.15.ebuild | 2 +-
x11-libs/xtrans/xtrans-1.4.0.ebuild | 4 ++--
x11-misc/compose-tables/compose-tables-1.8.ebuild | 2 +-
25 files changed, 30 insertions(+), 30 deletions(-)
*** synced gentoo
* 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 gentoo
* Cache regenerated successfully
|