diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2020-02-16 03:24:50 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2020-02-16 03:25:04 +0100 |
commit | 7fe65260be39cb14d983718bc4269cc82df7c3cc (patch) | |
tree | 069d911ec6b23db014226cd1f959832e2d3f9c6e | |
parent | 9b8dc25e55f56d2082cb7e27ec526440f299143c (diff) | |
download | zsh-7fe65260be39cb14d983718bc4269cc82df7c3cc.tar.gz zsh-7fe65260be39cb14d983718bc4269cc82df7c3cc.zip |
debian/watch: Comment out RC or dev releases due to #827814
-rw-r--r-- | debian/watch | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/debian/watch b/debian/watch index f014dd5e1..3d12c6274 100644 --- a/debian/watch +++ b/debian/watch @@ -1,7 +1,10 @@ version=4 opts="pgpsigurlmangle=s/$/.asc/" \ https://www.zsh.org/pub/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) -opts="pgpsigurlmangle=s/$/.asc/" \ -https://www.zsh.org/pub/development/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) + +# release candidate scanning commented due to #819170, #827814 and #841499 +#opts="pgpsigurlmangle=s/$/.asc/" \ +#https://www.zsh.org/pub/development/zsh-(\d[^\sd]*)\.(?:tgz|tbz2|txz|tar\.(?:gz|bz2|xz)) + # ftp.zsh.org produced timeout again # Bart Martens <bartm@debian.org> Sat, 05 Jan 2013 08:58:36 +0000 |