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
|
{'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
9148a8187ef..e8da9c1c2d9 master -> origin/master
Updating 9148a8187ef..e8da9c1c2d9
Fast-forward
app-emulation/libvirt/libvirt-5.2.0-r2.ebuild | 4 ++--
app-emulation/qemu/qemu-4.0.0-r3.ebuild | 2 +-
app-emulation/winetricks/winetricks-20190310.ebuild | 2 +-
app-office/calcurse/calcurse-4.4.0.ebuild | 2 +-
app-officeext/ct2n/ct2n-1.5.0.ebuild | 2 +-
dev-libs/libzia/libzia-4.15.ebuild | 2 +-
dev-python/libvirt-python/libvirt-python-5.2.0.ebuild | 4 ++--
dev-util/lldb/lldb-7.1.0.ebuild | 2 +-
media-radio/tucnak/tucnak-4.15.ebuild | 2 +-
media-radio/xastir/xastir-2.1.0.ebuild | 2 +-
media-sound/cmus/cmus-2.8.0.ebuild | 2 +-
media-sound/mixxx/mixxx-2.1.8.ebuild | 2 +-
media-sound/qsynth/qsynth-0.5.5.ebuild | 2 +-
net-firewall/firewalld/firewalld-0.6.3.ebuild | 2 +-
net-misc/sslh/sslh-1.20.ebuild | 2 +-
sci-chemistry/votca-csg/votca-csg-1.5.ebuild | 4 ++--
sci-chemistry/votca-csgapps/votca-csgapps-1.5.ebuild | 4 ++--
sci-chemistry/votca-xtp/votca-xtp-1.5.ebuild | 4 ++--
sci-libs/ceres-solver/ceres-solver-1.12.0.ebuild | 4 ++--
sci-libs/libxc/libxc-2.2.3.ebuild | 4 ++--
sci-libs/votca-tools/votca-tools-1.5.ebuild | 4 ++--
sys-apps/dtc/dtc-1.5.0.ebuild | 2 +-
22 files changed, 30 insertions(+), 30 deletions(-)
*** 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
|