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
67
|
{'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.16
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
b0633535c92..d62a9579670 master -> origin/master
Updating b0633535c92..d62a9579670
Fast-forward
dev-python/coverage/coverage-6.5.0-r1.ebuild | 2 +-
dev-python/ensurepip-pip/Manifest | 2 -
.../ensurepip-pip/ensurepip-pip-22.2.2.ebuild | 27 ----------
.../ensurepip-pip/ensurepip-pip-22.3.1.ebuild | 2 +-
dev-python/ensurepip-pip/ensurepip-pip-22.3.ebuild | 27 ----------
dev-python/hatchling/hatchling-1.11.1.ebuild | 2 +-
dev-python/incremental/Manifest | 1 -
.../incremental/incremental-21.3.0-r1.ebuild | 30 -----------
dev-python/incremental/incremental-22.10.0.ebuild | 2 +-
dev-python/keyring/Manifest | 1 -
dev-python/keyring/keyring-23.9.1.ebuild | 51 -------------------
dev-python/keyring/keyring-23.9.3-r1.ebuild | 2 +-
.../more-itertools/more-itertools-9.0.0.ebuild | 2 +-
dev-python/pastedeploy/Manifest | 1 -
dev-python/pastedeploy/pastedeploy-2.1.1-r3.ebuild | 43 ----------------
dev-python/pastedeploy/pastedeploy-3.0.1.ebuild | 2 +-
dev-python/prometheus_client/Manifest | 1 -
.../prometheus_client-0.14.1.ebuild | 30 -----------
.../prometheus_client-0.15.0.ebuild | 2 +-
dev-python/psutil/psutil-5.9.3.ebuild | 2 +-
dev-python/pypiserver/pypiserver-1.5.1.ebuild | 2 +-
dev-python/pytest-cov/Manifest | 1 -
dev-python/pytest-cov/pytest-cov-3.0.0-r2.ebuild | 59 ----------------------
dev-python/pytest-cov/pytest-cov-4.0.0-r1.ebuild | 2 +-
dev-python/sphinx/sphinx-5.3.0.ebuild | 2 +-
dev-python/sqlalchemy/sqlalchemy-1.4.43.ebuild | 2 +-
dev-python/tinycss2/Manifest | 1 -
dev-python/tinycss2/tinycss2-1.1.1-r1.ebuild | 45 -----------------
dev-python/tinycss2/tinycss2-1.2.1.ebuild | 2 +-
29 files changed, 14 insertions(+), 334 deletions(-)
delete mode 100644 dev-python/ensurepip-pip/ensurepip-pip-22.2.2.ebuild
delete mode 100644 dev-python/ensurepip-pip/ensurepip-pip-22.3.ebuild
delete mode 100644 dev-python/incremental/incremental-21.3.0-r1.ebuild
delete mode 100644 dev-python/keyring/keyring-23.9.1.ebuild
delete mode 100644 dev-python/pastedeploy/pastedeploy-2.1.1-r3.ebuild
delete mode 100644 dev-python/prometheus_client/prometheus_client-0.14.1.ebuild
delete mode 100644 dev-python/pytest-cov/pytest-cov-3.0.0-r2.ebuild
delete mode 100644 dev-python/tinycss2/tinycss2-1.1.1-r1.ebuild
*** 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
ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache.
* Cache regenerated successfully
|