diff options
Diffstat (limited to 'qemu-init.txt')
-rw-r--r-- | qemu-init.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/qemu-init.txt b/qemu-init.txt index 59a3acef49a3..613ab0c0f5af 100644 --- a/qemu-init.txt +++ b/qemu-init.txt @@ -17,9 +17,17 @@ pkgcore 0.12.28 $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync qemu-init *** syncing qemu-init -Already up to date. +fatal: unable to access 'https://anongit.gentoo.org/git/proj/kvm-tools.git/': Recv failure: Connection reset by peer +!!! failed syncing qemu-init + * Sync failed with 1 + * Will try to re-create +$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync qemu-init +WARNING:pkgcore:nico repo at '/var/lib/repo-mirror-ci/sync/nico', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). +WARNING:pkgcore:anarchy repo at '/var/lib/repo-mirror-ci/sync/anarchy', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). +*** syncing qemu-init +Cloning into '/var/lib/repo-mirror-ci/sync/qemu-init'... *** synced qemu-init - * Sync succeeded + * Sync succeeded after re-adding $ 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 qemu-init |