diff options
author | 2019-08-22 09:10:12 +0000 | |
---|---|---|
committer | 2019-08-22 09:10:12 +0000 | |
commit | 0b7d6031d537e6a88177822d52bfd4bcfe363480 (patch) | |
tree | a26433ee52123098933f753df4ad1f1d43d4ed88 /zerodaysfordays.txt | |
parent | 2019-08-22T08:40:01Z (diff) | |
download | repos-0b7d6031d537e6a88177822d52bfd4bcfe363480.tar.gz repos-0b7d6031d537e6a88177822d52bfd4bcfe363480.tar.bz2 repos-0b7d6031d537e6a88177822d52bfd4bcfe363480.zip |
2019-08-22T09:00:01Z
Diffstat (limited to 'zerodaysfordays.txt')
-rw-r--r-- | zerodaysfordays.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/zerodaysfordays.txt b/zerodaysfordays.txt index e3579ee285ef..74e6945d27a4 100644 --- a/zerodaysfordays.txt +++ b/zerodaysfordays.txt @@ -8,10 +8,16 @@ 'source': [{'type': 'git', 'uri': 'https://git.sr.ht/~jakob/zerodaysfordays'}], 'status': 'unofficial'} $ pmaint sync zerodaysfordays -Already up to date. +fatal: unable to access 'https://git.sr.ht/~jakob/zerodaysfordays/': Failed to connect to git.sr.ht port 443: Connection timed out +*** syncing zerodaysfordays +*** failed syncing zerodaysfordays + * Sync failed with 1 + * Will try to re-create +$ pmaint sync zerodaysfordays +Cloning into '/var/lib/repo-mirror-ci/sync/zerodaysfordays'... *** syncing zerodaysfordays *** synced zerodaysfordays - * 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 zerodaysfordays |