diff options
Diffstat (limited to 'apurkrt.txt')
-rw-r--r-- | apurkrt.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/apurkrt.txt b/apurkrt.txt index 5937880c7a96..9753bcf27132 100644 --- a/apurkrt.txt +++ b/apurkrt.txt @@ -8,10 +8,16 @@ 'source': [{'type': 'git', 'uri': 'https://gitlab.com/apurkrt/apurkrt.git'}], 'status': 'unofficial'} $ pmaint sync apurkrt -Already up to date. +fatal: unable to access 'https://gitlab.com/apurkrt/apurkrt.git/': OpenSSL SSL_connect: Connection reset by peer in connection to gitlab.com:443 +*** syncing apurkrt +!!! failed syncing apurkrt + * Sync failed with 1 + * Will try to re-create +$ pmaint sync apurkrt +Cloning into '/var/lib/repo-mirror-ci/sync/apurkrt'... *** syncing apurkrt *** synced apurkrt - * 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 apurkrt |