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
|
{'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.17
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
WARNING:pkgcore:fragtoo repo at '/var/lib/repo-mirror-ci/sync/fragtoo', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
03ac37b28fce..10ab2b90c404 master -> origin/master
Updating 03ac37b28fce..10ab2b90c404
Fast-forward
app-crypt/gnupg/gnupg-2.2.41.ebuild | 2 +-
dev-ml/alcotest/alcotest-1.6.0-r1.ebuild | 2 +-
dev-ml/async/async-0.15.0.ebuild | 4 ++--
dev-ml/async_kernel/async_kernel-0.15.0.ebuild | 2 +-
dev-ml/async_rpc_kernel/async_rpc_kernel-0.15.0.ebuild | 2 +-
dev-ml/async_unix/async_unix-0.15.0.ebuild | 2 +-
dev-ml/base_bigstring/base_bigstring-0.15.0-r1.ebuild | 2 +-
dev-ml/core/core-0.15.1-r1.ebuild | 2 +-
dev-ml/core_bench/core_bench-0.15.0.ebuild | 2 +-
dev-ml/core_kernel/core_kernel-0.15.0.ebuild | 2 +-
dev-ml/core_unix/core_unix-0.15.2-r1.ebuild | 2 +-
.../expect_test_helpers_core-0.15.0-r1.ebuild | 2 +-
dev-ml/int_repr/int_repr-0.15.0.ebuild | 2 +-
dev-ml/ocaml_intrinsics/ocaml_intrinsics-0.15.2.ebuild | 2 +-
.../ppx_disable_unused_warnings-0.15.0-r1.ebuild | 2 +-
.../ppx_ignore_instrumentation-0.15.0-r1.ebuild | 2 +-
dev-ml/ppx_jane/ppx_jane-0.15.0.ebuild | 2 +-
dev-ml/ppx_log/ppx_log-0.15.0-r1.ebuild | 2 +-
dev-ml/protocol_version_header/protocol_version_header-0.15.0.ebuild | 2 +-
dev-ml/sexp_pretty/sexp_pretty-0.15.1-r1.ebuild | 2 +-
dev-ml/textutils/textutils-0.15.0.ebuild | 2 +-
dev-ml/textutils_kernel/textutils_kernel-0.15.0.ebuild | 2 +-
dev-ml/timezone/timezone-0.15.0.ebuild | 2 +-
dev-python/python-openstackclient/Manifest | 1 +
dev-python/python-openstackclient/python-openstackclient-6.0.0.ebuild | 2 +-
media-sound/jack-example-tools/jack-example-tools-4.ebuild | 2 +-
media-sound/jack2/jack2-1.9.22.ebuild | 2 +-
27 files changed, 28 insertions(+), 27 deletions(-)
create mode 100644 dev-python/python-openstackclient/Manifest
*** 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
|