提交 f694e883 编写于 作者: T Torsten Werner

secure show-new by unchecked.log

... to avoid parallel execution of dak
Signed-off-by: NTorsten Werner <twerner@debian.org>
上级 e91ef200
......@@ -12,7 +12,13 @@ dak import-users-from-passwd
dak queue-report -n > $webdir/new.html
dak queue-report -8 -d new,byhand,proposedupdates,oldproposedupdates
dak show-deferred > ${webdir}/deferred.html
dak show-new > /dev/null
# do not run show-new and other stuff in parallel
LOCKFILE="$lockdir/unchecked.lock"
if lockfile -r16 $LOCKFILE 2> /dev/null; then
dak show-new > /dev/null
rm -f $LOCKFILE
fi
cd $webdir
cat removals-20*.txt > removals-full.txt
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册