]> git.decadent.org.uk Git - dak.git/commitdiff
adapt for renaming of katie to kelly
authorJames Troup <james@nocrew.org>
Wed, 16 Oct 2002 02:45:51 +0000 (02:45 +0000)
committerJames Troup <james@nocrew.org>
Wed, 16 Oct 2002 02:45:51 +0000 (02:45 +0000)
cron.daily
cron.daily-non-US

index 183eb0aecfb7d72bcbfa79e9e2ca45b48c6190c2..2407b4c66dbabe92f339eb4fa8ec0fba847aacb6 100755 (executable)
@@ -41,7 +41,7 @@ update-mailingliststxt
 
 cd $accepted
 rm -f REPORT
-katie -pa *.changes | tee REPORT | \
+kelly -pa *.changes | tee REPORT | \
      mail -s "Install for $(date +%D)" ftpmaster@ftp-master.debian.org
 chgrp debadmin REPORT
 chmod 664 REPORT
index 6db70ea5f9b29256d2a9277b0e4c9273cd9af2c3..df697c4ed00837051e83f3f1fdba8726f5df68e8 100755 (executable)
@@ -39,7 +39,7 @@ update-readmenonus
 
 cd $accepted
 rm -f REPORT
-katie -pa *.changes | tee REPORT | \
+kelly -pa *.changes | tee REPORT | \
      mail -s "Non-US Install for $(date +%D)" ftpmaster@ftp-master.debian.org
 chgrp debadmin REPORT
 chmod 664 REPORT