diff options
author | david <public@beloved.name> | 2018-07-06 16:28:34 +0200 |
---|---|---|
committer | david <public@beloved.name> | 2018-07-06 16:28:34 +0200 |
commit | 1c0b4ddae4d0143f0d9db966c10ce47e4672f737 (patch) | |
tree | 185e50c1f607c956a3df8d434a9f09c74e3fcf36 | |
parent | f8565822a99d0cc79fbd81419a1dce51b5b28222 (diff) |
fixed previous comment
-rwxr-xr-x | doall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ for (( i=0; i<10; i++ )); do done -# Emailed 490848@bugs.debian.org 2018-07-06 with subject: 30 missing stable_copyright and stable_changelog files -- This will show up in https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490848 +# Emailed 490848@bugs.debian.org 2018-07-06 with subject: 30 missing stable_copyright and stable_changelog files -- see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=490848#51 if [[ $(find metadata.ftp-master.debian.org -type f |wc -l) -lt $(( $(wc -l <downloadlist) - 100)) ]]; then echo "$0: error: failed to download enough files"; |