aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordavid <public@beloved.name>2018-07-06 15:54:04 +0200
committerdavid <public@beloved.name>2018-07-06 15:54:04 +0200
commitf8565822a99d0cc79fbd81419a1dce51b5b28222 (patch)
treedb467de2dfca39420c030f0a7406b71dd4c6b2cc
parentf0c53f5ee7e78a92e1e2ab1e0559edd48951f43f (diff)
Added a Debian bug 490848 reference comment
-rwxr-xr-xdoall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doall.sh b/doall.sh
index 10b4284..7cb54ba 100755
--- a/doall.sh
+++ b/doall.sh
@@ -51,7 +51,7 @@ for (( i=0; i<10; i++ )); do
done
-# Email with subject "Missing stable_copyright and stable_changelog files" sent to admin@db.debian.org 2018-07-05. 30 files were missing at the time of writing.
+# 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
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";