X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=cron.unchecked-security;fp=cron.unchecked-security;h=0000000000000000000000000000000000000000;hb=59fd5aa2a8be3b76dbc968429c457f096adfa472;hp=694a6dde74522eecb3a37edc706db52e3d08d7c6;hpb=9540d873fa78598454af57f5f8a4875969ed0439;p=dak.git diff --git a/cron.unchecked-security b/cron.unchecked-security deleted file mode 100755 index 694a6dde..00000000 --- a/cron.unchecked-security +++ /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