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
|
{'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.24
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
fd54868e3b8f..74cdda2f5500 master -> origin/master
Updating fd54868e3b8f..74cdda2f5500
Fast-forward
app-admin/consul/consul-1.18.1.ebuild | 2 +-
app-admin/vault/vault-1.15.6.ebuild | 2 +-
app-arch/libarchive/libarchive-3.7.3.ebuild | 2 +-
app-containers/conmon/conmon-2.1.10.ebuild | 2 +-
app-containers/containers-image/containers-image-5.30.0.ebuild | 2 +-
app-containers/containers-storage/containers-storage-1.53.0.ebuild | 2 +-
app-containers/netavark/netavark-1.10.3.ebuild | 2 +-
app-containers/snapd/snapd-2.61.ebuild | 4 ++--
app-misc/mc/mc-4.8.30-r2.ebuild | 2 +-
dev-db/etcd/etcd-3.5.12.ebuild | 2 +-
dev-debug/gdb/gdb-14.2.ebuild | 2 +-
dev-perl/Net-RawIP/Net-RawIP-0.250.0-r4.ebuild | 2 +-
dev-python/aiohttp/aiohttp-3.9.5.ebuild | 2 +-
dev-util/android-tools/android-tools-34.0.5.ebuild | 2 +-
dev-util/ostree/ostree-2024.3.ebuild | 2 +-
dev-vcs/mercurial/mercurial-6.6.2.ebuild | 2 +-
net-dns/coredns/coredns-1.11.2-r1.ebuild | 2 +-
net-misc/curl/curl-8.7.1-r3.ebuild | 2 +-
net-misc/netifrc/netifrc-0.7.8.ebuild | 2 +-
sys-apps/sysvinit/sysvinit-3.09.ebuild | 2 +-
sys-apps/yarn/yarn-1.22.22.ebuild | 2 +-
sys-fs/fuse-overlayfs/fuse-overlayfs-1.13.ebuild | 2 +-
sys-libs/ncurses/ncurses-6.4_p20240414.ebuild | 2 +-
www-servers/caddy/caddy-2.7.6-r2.ebuild | 2 +-
24 files changed, 25 insertions(+), 25 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
|