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'}
$ pmaint sync gentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
618f8ef6498..eda93756176 master -> origin/master
Updating 618f8ef6498..eda93756176
Fast-forward
www-client/google-chrome-beta/Manifest | 2 +-
...a-70.0.3538.54.ebuild => google-chrome-beta-70.0.3538.67.ebuild} | 0
www-client/google-chrome-unstable/Manifest | 2 +-
...1.0.3573.0.ebuild => google-chrome-unstable-71.0.3578.10.ebuild} | 0
www-client/google-chrome/Manifest | 2 +-
...hrome-69.0.3497.100.ebuild => google-chrome-70.0.3538.67.ebuild} | 2 +-
www-plugins/chrome-binary-plugins/Manifest | 6 +++---
....0.3497.100.ebuild => chrome-binary-plugins-70.0.3538.67.ebuild} | 2 +-
...4_beta.ebuild => chrome-binary-plugins-70.0.3538.67_beta.ebuild} | 0
...alpha.ebuild => chrome-binary-plugins-71.0.3578.10_alpha.ebuild} | 0
10 files changed, 8 insertions(+), 8 deletions(-)
rename www-client/google-chrome-beta/{google-chrome-beta-70.0.3538.54.ebuild => google-chrome-beta-70.0.3538.67.ebuild} (100%)
rename www-client/google-chrome-unstable/{google-chrome-unstable-71.0.3573.0.ebuild => google-chrome-unstable-71.0.3578.10.ebuild} (100%)
rename www-client/google-chrome/{google-chrome-69.0.3497.100.ebuild => google-chrome-70.0.3538.67.ebuild} (98%)
rename www-plugins/chrome-binary-plugins/{chrome-binary-plugins-69.0.3497.100.ebuild => chrome-binary-plugins-70.0.3538.67.ebuild} (97%)
rename www-plugins/chrome-binary-plugins/{chrome-binary-plugins-70.0.3538.54_beta.ebuild => chrome-binary-plugins-70.0.3538.67_beta.ebuild} (100%)
rename www-plugins/chrome-binary-plugins/{chrome-binary-plugins-71.0.3573.0_alpha.ebuild => chrome-binary-plugins-71.0.3578.10_alpha.ebuild} (100%)
*** synced gentoo
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint regen --use-local-desc --pkg-desc-index -t 1 gentoo
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/repos/xelnor' has unsupported profile format: build-id
WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/repos/genthree' has unsupported profile format: profile-bashrcs
WARNING:pkgcore:EAPI 7 isn't fully supported
* Cache regenerated successfully
|