diff options
Diffstat (limited to 'floppym.txt')
-rw-r--r-- | floppym.txt | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/floppym.txt b/floppym.txt index c4d09c0e5c96..6c7108e2f247 100644 --- a/floppym.txt +++ b/floppym.txt @@ -10,19 +10,23 @@ 'source': [{'type': 'git', 'uri': 'https://bitbucket.org/floppym/floppym-overlay'}], 'status': 'unofficial'} - * Adding new repository $ pmaint sync floppym -WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/dwfreed' -WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/dwfreed', named 'dwfreed', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id -WARNING:pkgcore:repo lacks a defined name: '/var/lib/repo-mirror-ci/sync/dwfreed' -WARNING:pkgcore:repo at '/var/lib/repo-mirror-ci/sync/dwfreed', named 'dwfreed', doesn't specify masters in metadata/layout.conf. Please explicitly set masters (use "masters =" if the repo is standalone). +*** syncing floppym +fatal: unable to access 'https://bitbucket.org/floppym/floppym-overlay/': OpenSSL SSL_connect: SSL_ERROR_SYSCALL in connection to bitbucket.org:443 +*** failed syncing floppym + * Sync failed with 1 + * Will try to re-create +$ pmaint sync floppym +WARNING:pkgcore:'genthree' repo at '/var/lib/repo-mirror-ci/sync/genthree' has unsupported profile format: profile-bashrcs +WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id +WARNING:pkgcore:'xelnor' repo at '/var/lib/repo-mirror-ci/sync/xelnor' has unsupported profile format: build-id *** syncing floppym Cloning into '/var/lib/repo-mirror-ci/sync/floppym'... *** synced floppym - * Sync succeeded + * Sync succeeded after re-adding $ git log --format=%ci -1 $ git show -q --pretty=format:%G? HEAD $ pmaint regen --use-local-desc --pkg-desc-index -t 1 floppym |