提交 b50a105a 编写于 作者: J James Troup

Run process-accepted not process-unchecked in cron.daily - duh.

上级 ceba4993
2006-06-11 James Troup <troup@spohr.debian.org>
* config/debian/cron.daily: invoke process-accepted not
process-unchecked.
* config/debian/vars (scriptsdir): new variable.
* config/debian/cron.daily: use it.
......
......@@ -50,7 +50,7 @@ TS=$(($TS+1)); echo Archive maintenance timestamp $TS: $(date +%X)
lockfile $LOCKAC
cd $accepted
rm -f REPORT
dak process-unchecked -pa *.changes | tee REPORT | \
dak process-accepted -pa *.changes | tee REPORT | \
mail -s "Install for $(date +%D)" ftpmaster@ftp-master.debian.org
chgrp debadmin REPORT
chmod 664 REPORT
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册