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'}
pkgcore 0.12.23
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
WARNING:pkgcore:dm9pZCAq repo at '/var/lib/repo-mirror-ci/sync/dm9pZCAq', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
WARNING:pkgcore:dm9pZCAq repo at '/var/lib/repo-mirror-ci/sync/dm9pZCAq', 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
a54012d8212b..16e1f8f134cd master -> origin/master
Updating a54012d8212b..16e1f8f134cd
Fast-forward
app-backup/bareos/Manifest | 6 +-
...areos-20.0.8-r2.ebuild => bareos-20.0.9.ebuild} | 4 +-
...areos-21.1.7-r2.ebuild => bareos-21.1.8.ebuild} | 5 +-
...areos-22.1.0-r1.ebuild => bareos-22.1.2.ebuild} | 2 +-
app-backup/bareos/bareos-9999.ebuild | 2 +-
dev-python/bareos/Manifest | 2 +-
.../{bareos-22.1.0.ebuild => bareos-22.1.2.ebuild} | 0
media-gfx/feh/feh-3.10.1.ebuild | 2 +-
net-misc/autossh/autossh-1.4g-r2.ebuild | 2 +-
profiles/profiles.desc | 13 +++
www-apps/bareos-webui/Manifest | 1 +
www-apps/bareos-webui/bareos-webui-22.1.2.ebuild | 110 +++++++++++++++++++++
www-apps/bareos-webui/bareos-webui-9999.ebuild | 110 +++++++++++++++++++++
www-apps/bareos-webui/files/apache.conf | 50 ++++++++++
www-apps/bareos-webui/files/nginx.include | 17 ++++
www-apps/bareos-webui/files/postinstall-en.txt | 36 +++++++
www-apps/bareos-webui/metadata.xml | 11 +++
17 files changed, 360 insertions(+), 13 deletions(-)
rename app-backup/bareos/{bareos-20.0.8-r2.ebuild => bareos-20.0.9.ebuild} (99%)
rename app-backup/bareos/{bareos-21.1.7-r2.ebuild => bareos-21.1.8.ebuild} (99%)
rename app-backup/bareos/{bareos-22.1.0-r1.ebuild => bareos-22.1.2.ebuild} (99%)
rename dev-python/bareos/{bareos-22.1.0.ebuild => bareos-22.1.2.ebuild} (100%)
create mode 100644 www-apps/bareos-webui/Manifest
create mode 100644 www-apps/bareos-webui/bareos-webui-22.1.2.ebuild
create mode 100644 www-apps/bareos-webui/bareos-webui-9999.ebuild
create mode 100644 www-apps/bareos-webui/files/apache.conf
create mode 100644 www-apps/bareos-webui/files/nginx.include
create mode 100644 www-apps/bareos-webui/files/postinstall-en.txt
create mode 100644 www-apps/bareos-webui/metadata.xml
*** 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
|