diff options
author | 2022-10-13 15:16:44 +0000 | |
---|---|---|
committer | 2022-10-13 15:16:44 +0000 | |
commit | 8e5c8dbd5b9a61ba84898c6d688d92dcdd05ab3d (patch) | |
tree | 4250d5e282545281ea40ce120bee9096b8cd033d /bitcoin.txt | |
parent | 2022-10-13T15:00:01Z (diff) | |
download | repos-8e5c8dbd5b9a61ba84898c6d688d92dcdd05ab3d.tar.gz repos-8e5c8dbd5b9a61ba84898c6d688d92dcdd05ab3d.tar.bz2 repos-8e5c8dbd5b9a61ba84898c6d688d92dcdd05ab3d.zip |
2022-10-13T15:15:01Z
Diffstat (limited to 'bitcoin.txt')
-rw-r--r-- | bitcoin.txt | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/bitcoin.txt b/bitcoin.txt index 19528179b967..399d112e61d6 100644 --- a/bitcoin.txt +++ b/bitcoin.txt @@ -12,9 +12,17 @@ pkgcore 0.12.16 $ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync bitcoin ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache. *** syncing bitcoin -Already up to date. +fatal: unable to access 'https://gitlab.com/bitcoin/gentoo.git/': The requested URL returned error: 520 +!!! failed syncing bitcoin + * Sync failed with 1 + * Will try to re-create +$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync bitcoin +ERROR:pkgcore:Cannot write cache for /var/cache/pkgcore/plugincache: [Errno 13] Permission denied: '/var/cache/pkgcore/.update.plugincache'. Try running pplugincache. +WARNING:pkgcore:KBrown-pub repo at '/var/lib/repo-mirror-ci/sync/KBrown-pub', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). +*** syncing bitcoin +Cloning into '/var/lib/repo-mirror-ci/sync/bitcoin'... *** synced bitcoin - * 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 bitcoin |