aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doall.sh b/doall.sh
index 7cb54ba..5a3e48e 100755
--- a/doall.sh
+++ b/doall.sh
@@ -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";