4 export SCRIPTVARS=/org/security.debian.org/katie/vars-security
9 changes=$(find . -maxdepth 1 -mindepth 1 -type f -name \*.changes | sed -e "s,./,," | xargs)
10 report=$queuedir/REPORT
11 timestamp=$(date "+%Y-%m-%d %H:%M")
13 if [ -z "$changes" ]; then
14 echo "$timestamp": Nothing to do >> $report
18 echo "$timestamp": "$changes" >> $report
19 jennifer -a $changes >> $report
22 sh $masterdir/cron.buildd-security