]> git.decadent.org.uk Git - dak.git/blobdiff - config/debian-non-US/cron.unchecked
Enmasse adaptation for removal of silly names.
[dak.git] / config / debian-non-US / cron.unchecked
index 117b8148725964016f1cec0406613e417040f50c..abd866e2315bacc83de7598a75f383c9ac98cb61 100644 (file)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 set -e
-export SCRIPTVARS=/org/non-us.debian.org/katie/vars-non-US
+export SCRIPTVARS=/org/non-us.debian.org/dak/config/debian-non-US/vars
 . $SCRIPTVARS
 
 cd $unchecked
@@ -12,7 +12,7 @@ timestamp=$(date "+%Y-%m-%d %H:%M")
 
 if [ ! -z "$changes" ]; then
   echo "$timestamp": "$changes"  >> $report
-  jennifer -a $changes >> $report
+  dak process-unchecked -a $changes >> $report
   echo "--" >> $report
 else
   echo "$timestamp": Nothing to do >> $report