1 | {'description': {'en': 'Official Gentoo ebuild repository'},
|
2 | 'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
|
3 | 'homepage': 'https://gentoo.org/',
|
4 | 'name': 'gentoo',
|
5 | 'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
|
6 | 'quality': 'core',
|
7 | 'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
|
8 | {'type': 'git',
|
9 | 'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
|
10 | {'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
|
11 | {'type': 'git',
|
12 | 'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
|
13 | 'status': 'official'}
|
14 | $ pmaint sync gentoo
|
15 | WARNING:pkgcore:HomeAssistantRepository repo at '/var/lib/repo-mirror-ci/sync/HomeAssistantRepository', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
|
16 | WARNING:pkgcore:HomeAssistantRepository repo at '/var/lib/repo-mirror-ci/sync/HomeAssistantRepository', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone).
|
17 | warning: Pulling without specifying how to reconcile divergent branches is
|
18 | discouraged. You can squelch this message by running one of the following
|
19 | commands sometime before your next pull:
|
20 |
|
21 | git config pull.rebase false # merge (the default strategy)
|
22 | git config pull.rebase true # rebase
|
23 | git config pull.ff only # fast-forward only
|
24 |
|
25 | You can replace "git config" with "git config --global" to set a default
|
26 | preference for all repositories. You can also pass --rebase, --no-rebase,
|
27 | or --ff-only on the command line to override the configured default per
|
28 | invocation.
|
29 |
|
30 | From https://anongit.gentoo.org/git/repo/gentoo
|
31 | a76bba87122..af062335f90 master -> origin/master
|
32 | Updating a76bba87122..af062335f90
|
33 | Fast-forward
|
34 | app-emulation/buildah/Manifest | 3 +-
|
35 | app-emulation/buildah/buildah-1.14.11.ebuild | 47 ----------------------
|
36 | ...buildah-1.15.1.ebuild => buildah-1.19.6.ebuild} | 6 +--
|
37 | sys-fs/fuse-overlayfs/Manifest | 3 +-
|
38 | sys-fs/fuse-overlayfs/fuse-overlayfs-1.2.0.ebuild | 27 -------------
|
39 | ...fs-1.1.2.ebuild => fuse-overlayfs-1.4.0.ebuild} | 7 ++--
|
40 | 6 files changed, 8 insertions(+), 85 deletions(-)
|
41 | delete mode 100644 app-emulation/buildah/buildah-1.14.11.ebuild
|
42 | rename app-emulation/buildah/{buildah-1.15.1.ebuild => buildah-1.19.6.ebuild} (92%)
|
43 | delete mode 100644 sys-fs/fuse-overlayfs/fuse-overlayfs-1.2.0.ebuild
|
44 | rename sys-fs/fuse-overlayfs/{fuse-overlayfs-1.1.2.ebuild => fuse-overlayfs-1.4.0.ebuild} (84%)
|
45 | *** syncing gentoo
|
46 | *** synced gentoo
|
47 | * Sync succeeded
|
48 | $ git log --format=%ci -1
|
49 | $ git show -q --pretty=format:%G? HEAD
|
50 | $ pmaint regen --use-local-desc --pkg-desc-index -t 32 gentoo
|
51 | * Cache regenerated successfully
|