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
66
|
{'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
b90ef8fc866..072ecdd3659 master -> origin/master
Updating b90ef8fc866..072ecdd3659
Fast-forward
dev-ruby/facter/facter-3.12.3.ebuild | 2 +-
dev-ruby/facter/facter-3.12.4.ebuild | 2 +-
dev-ruby/facter/facter-3.13.0.ebuild | 2 +-
dev-ruby/facter/{facter-3.13.2.ebuild => facter-3.13.2-r1.ebuild} | 2 +-
dev-ruby/facter/{facter-3.9.2.ebuild => facter-3.9.2-r1.ebuild} | 4 ++--
dev-ruby/facter/facter-9999.ebuild | 4 ++--
.../{cacti-spine-1.1.38-r1.ebuild => cacti-spine-1.1.38-r2.ebuild} | 2 +-
.../{cacti-spine-1.2.2.ebuild => cacti-spine-1.2.2-r1.ebuild} | 2 +-
net-analyzer/sngrep/{sngrep-1.4.6.ebuild => sngrep-1.4.6-r1.ebuild} | 4 ++--
.../thc-ipv6/{thc-ipv6-3.2.ebuild => thc-ipv6-3.2-r1.ebuild} | 4 ++--
net-analyzer/thc-ipv6/thc-ipv6-9999.ebuild | 4 ++--
net-mail/gnubiff/gnubiff-2.2.15-r3.ebuild | 4 ++--
.../gnubiff/{gnubiff-2.2.17-r1.ebuild => gnubiff-2.2.17-r2.ebuild} | 4 ++--
net-mail/isync/{isync-1.3.0.ebuild => isync-1.3.0-r1.ebuild} | 6 +++---
net-misc/apt-cacher-ng/apt-cacher-ng-3.2.ebuild | 4 ++--
...pt-cacher-ng-3.2_p2-r1.ebuild => apt-cacher-ng-3.2_p2-r2.ebuild} | 2 +-
net-misc/mico/{mico-2.3.13-r11.ebuild => mico-2.3.13-r12.ebuild} | 2 +-
net-misc/mico/mico-9999.ebuild | 2 +-
.../{wepattack-0.1.3-r4.ebuild => wepattack-0.1.3-r5.ebuild} | 4 ++--
19 files changed, 30 insertions(+), 30 deletions(-)
rename dev-ruby/facter/{facter-3.13.2.ebuild => facter-3.13.2-r1.ebuild} (99%)
rename dev-ruby/facter/{facter-3.9.2.ebuild => facter-3.9.2-r1.ebuild} (97%)
rename net-analyzer/cacti-spine/{cacti-spine-1.1.38-r1.ebuild => cacti-spine-1.1.38-r2.ebuild} (97%)
rename net-analyzer/cacti-spine/{cacti-spine-1.2.2.ebuild => cacti-spine-1.2.2-r1.ebuild} (97%)
rename net-analyzer/sngrep/{sngrep-1.4.6.ebuild => sngrep-1.4.6-r1.ebuild} (92%)
rename net-analyzer/thc-ipv6/{thc-ipv6-3.2.ebuild => thc-ipv6-3.2-r1.ebuild} (94%)
rename net-mail/gnubiff/{gnubiff-2.2.17-r1.ebuild => gnubiff-2.2.17-r2.ebuild} (93%)
rename net-mail/isync/{isync-1.3.0.ebuild => isync-1.3.0-r1.ebuild} (82%)
rename net-misc/apt-cacher-ng/{apt-cacher-ng-3.2_p2-r1.ebuild => apt-cacher-ng-3.2_p2-r2.ebuild} (99%)
rename net-misc/mico/{mico-2.3.13-r11.ebuild => mico-2.3.13-r12.ebuild} (99%)
rename net-wireless/wepattack/{wepattack-0.1.3-r4.ebuild => wepattack-0.1.3-r5.ebuild} (95%)
*** 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
|