提交 866002bf 编写于 作者: J James Troup

only run kelly if there are some accepted packages

上级 b2610b12
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册