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
54
55
56
57
58
59
60
61
62
63
64
65
|
{'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.21
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
fc30aec681ad..a6d7df22b25f master -> origin/master
Updating fc30aec681ad..a6d7df22b25f
Fast-forward
profiles/base/package.use.stable.mask | 4 ++++
www-client/google-chrome-beta/Manifest | 2 +-
...119.0.6045.21.ebuild => google-chrome-beta-119.0.6045.33.ebuild} | 0
www-client/google-chrome-unstable/Manifest | 2 +-
...0.0.6062.2.ebuild => google-chrome-unstable-120.0.6073.0.ebuild} | 0
www-client/google-chrome/Manifest | 2 +-
...rome-118.0.5993.70.ebuild => google-chrome-118.0.5993.88.ebuild} | 0
www-client/microsoft-edge-beta/Manifest | 2 +-
...18.0.2088.41.ebuild => microsoft-edge-beta-119.0.2151.12.ebuild} | 0
www-client/microsoft-edge-dev/Manifest | 2 +-
...v-119.0.2116.0.ebuild => microsoft-edge-dev-120.0.2165.1.ebuild} | 0
www-client/microsoft-edge/Manifest | 2 +-
...dge-118.0.2088.46.ebuild => microsoft-edge-118.0.2088.61.ebuild} | 0
www-client/opera-beta/Manifest | 4 ++--
...ra-beta-102.0.4880.38.ebuild => opera-beta-104.0.4944.10.ebuild} | 0
...era-beta-103.0.4928.3.ebuild => opera-beta-104.0.4944.18.ebuild} | 0
www-client/opera-developer/Manifest | 2 +-
...oper-104.0.4934.0.ebuild => opera-developer-105.0.4957.0.ebuild} | 0
www-client/opera/Manifest | 2 +-
.../{opera-103.0.4928.26.ebuild => opera-103.0.4928.34.ebuild} | 0
www-plugins/chrome-binary-plugins/Manifest | 6 +++---
....0.5993.70.ebuild => chrome-binary-plugins-118.0.5993.88.ebuild} | 0
..._beta.ebuild => chrome-binary-plugins-119.0.6045.33_beta.ebuild} | 0
...alpha.ebuild => chrome-binary-plugins-120.0.6073.0_alpha.ebuild} | 0
24 files changed, 17 insertions(+), 13 deletions(-)
rename www-client/google-chrome-beta/{google-chrome-beta-119.0.6045.21.ebuild => google-chrome-beta-119.0.6045.33.ebuild} (100%)
rename www-client/google-chrome-unstable/{google-chrome-unstable-120.0.6062.2.ebuild => google-chrome-unstable-120.0.6073.0.ebuild} (100%)
rename www-client/google-chrome/{google-chrome-118.0.5993.70.ebuild => google-chrome-118.0.5993.88.ebuild} (100%)
rename www-client/microsoft-edge-beta/{microsoft-edge-beta-118.0.2088.41.ebuild => microsoft-edge-beta-119.0.2151.12.ebuild} (100%)
rename www-client/microsoft-edge-dev/{microsoft-edge-dev-119.0.2116.0.ebuild => microsoft-edge-dev-120.0.2165.1.ebuild} (100%)
rename www-client/microsoft-edge/{microsoft-edge-118.0.2088.46.ebuild => microsoft-edge-118.0.2088.61.ebuild} (100%)
rename www-client/opera-beta/{opera-beta-102.0.4880.38.ebuild => opera-beta-104.0.4944.10.ebuild} (100%)
rename www-client/opera-beta/{opera-beta-103.0.4928.3.ebuild => opera-beta-104.0.4944.18.ebuild} (100%)
rename www-client/opera-developer/{opera-developer-104.0.4934.0.ebuild => opera-developer-105.0.4957.0.ebuild} (100%)
rename www-client/opera/{opera-103.0.4928.26.ebuild => opera-103.0.4928.34.ebuild} (100%)
rename www-plugins/chrome-binary-plugins/{chrome-binary-plugins-118.0.5993.70.ebuild => chrome-binary-plugins-118.0.5993.88.ebuild} (100%)
rename www-plugins/chrome-binary-plugins/{chrome-binary-plugins-119.0.6045.21_beta.ebuild => chrome-binary-plugins-119.0.6045.33_beta.ebuild} (100%)
rename www-plugins/chrome-binary-plugins/{chrome-binary-plugins-120.0.6062.2_alpha.ebuild => chrome-binary-plugins-120.0.6073.0_alpha.ebuild} (100%)
*** 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
|