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.28
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
WARNING:pkgcore:tex-overlay repo at '/var/lib/repo-mirror-ci/sync/tex-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:tex-overlay repo at '/var/lib/repo-mirror-ci/sync/tex-overlay', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
*** syncing gentoo
From https://github.com/gentoo/gentoo
41fc94fab5b7..e223a90d08b9 master -> origin/master
Updating 41fc94fab5b7..e223a90d08b9
Fast-forward
app-editors/vscode/Manifest | 9 +-
app-editors/vscode/vscode-1.95.1.ebuild | 131 ---------------------
.../{vscode-1.94.2.ebuild => vscode-1.95.3.ebuild} | 0
app-editors/vscodium/Manifest | 12 +-
app-editors/vscodium/vscodium-1.94.2.24286.ebuild | 128 --------------------
app-editors/vscodium/vscodium-1.95.1.24307.ebuild | 128 --------------------
...1.24283.ebuild => vscodium-1.95.3.24321.ebuild} | 0
dev-ml/0install/0install-2.18.ebuild | 33 ++++++
dev-ml/0install/Manifest | 1 +
dev-ml/0install/metadata.xml | 19 +++
dev-ml/opam-0install-cudf/Manifest | 1 +
dev-ml/opam-0install-cudf/metadata.xml | 23 ++++
.../opam-0install-cudf-0.5.0.ebuild | 20 ++++
sys-auth/seatd/Manifest | 1 +
sys-auth/seatd/seatd-0.9.1.ebuild | 62 ++++++++++
15 files changed, 166 insertions(+), 402 deletions(-)
delete mode 100644 app-editors/vscode/vscode-1.95.1.ebuild
rename app-editors/vscode/{vscode-1.94.2.ebuild => vscode-1.95.3.ebuild} (100%)
delete mode 100644 app-editors/vscodium/vscodium-1.94.2.24286.ebuild
delete mode 100644 app-editors/vscodium/vscodium-1.95.1.24307.ebuild
rename app-editors/vscodium/{vscodium-1.94.1.24283.ebuild => vscodium-1.95.3.24321.ebuild} (100%)
create mode 100644 dev-ml/0install/0install-2.18.ebuild
create mode 100644 dev-ml/0install/Manifest
create mode 100644 dev-ml/0install/metadata.xml
create mode 100644 dev-ml/opam-0install-cudf/Manifest
create mode 100644 dev-ml/opam-0install-cudf/metadata.xml
create mode 100644 dev-ml/opam-0install-cudf/opam-0install-cudf-0.5.0.ebuild
create mode 100644 sys-auth/seatd/seatd-0.9.1.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
* Cache regenerated successfully
|