4 export SCRIPTVARS=/org/non-us.debian.org/katie/vars-non-US
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": "$changes" >> $report
15 jennifer -a $changes >> $report
18 echo "$timestamp": Nothing to do >> $report