]> git.decadent.org.uk Git - dak.git/blobdiff - cron.unchecked-security
Stop using silly names, and migrate to a saner directory structure.
[dak.git] / cron.unchecked-security
diff --git a/cron.unchecked-security b/cron.unchecked-security
deleted file mode 100755 (executable)
index 694a6dd..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-#! /bin/sh
-
-set -e
-export SCRIPTVARS=/org/security.debian.org/katie/vars-security
-. $SCRIPTVARS
-
-cd $unchecked
-
-changes=$(find . -maxdepth 1 -mindepth 1 -type f -name \*.changes | sed -e "s,./,," | xargs)
-report=$queuedir/REPORT
-timestamp=$(date "+%Y-%m-%d %H:%M")
-
-if [ -z "$changes" ]; then
-  echo "$timestamp": Nothing to do >> $report
-  exit 0;
-fi;
-
-echo "$timestamp": "$changes"  >> $report
-jennifer -a $changes >> $report
-echo "--" >> $report
-
-sh $masterdir/cron.buildd-security