]> git.decadent.org.uk Git - dak.git/commitdiff
only run kelly if there are some accepted packages
authorJames Troup <james@nocrew.org>
Tue, 15 Apr 2003 16:01:42 +0000 (16:01 +0000)
committerJames Troup <james@nocrew.org>
Tue, 15 Apr 2003 16:01:42 +0000 (16:01 +0000)
cron.daily-non-US

index a8c294b30a370d66434096a06a60a8eebce3fa65..f2b4306fcfbdabf19250abe170de08d0eeb70a53 100755 (executable)
@@ -37,12 +37,14 @@ update-readmenonus
 
 ################################################################################
 
-cd $accepted
-rm -f REPORT
-kelly -pa *.changes | tee REPORT | \
+if [ ! -z "$(find "$accepted" -name \*.changes -maxdepth 1 -mindepth 1)" ]; then
+  cd $accepted
+  rm -f 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
+  chgrp debadmin REPORT
+  chmod 664 REPORT
+fi
 
 cd $masterdir
 symlinks -d -r $ftpdir