提交 8deab563 编写于 作者: J Joerg Jaspert

dinstall

call unchecked with the -p option, it has to run within the locked area.
Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 3d724aec
......@@ -71,9 +71,10 @@ function do_unchecked () {
changes=$(find . -maxdepth 1 -mindepth 1 -type f -name \*.changes | sed -e "s,./,," | xargs)
report=$queuedir/REPORT
timestamp=$(date "+%Y-%m-%d %H:%M")
UNCHECKED_WITHOUT_LOCK=${UNCHECKED_WITHOUT_LOCK:-""}
echo "$timestamp": ${changes:-"Nothing to do"} >> $report
dak process-unchecked -a -d "$unchecked" >> $report
dak process-unchecked -a ${UNCHECKED_WITHOUT_LOCK} -d "$unchecked" >> $report
}
function sync_debbugs () {
......
......@@ -403,7 +403,9 @@ function testingsourcelist() {
# do a last run of process-unchecked before dinstall is on.
function process_unchecked() {
log "Processing the unchecked queue"
acceptnew
UNCHECKED_WITHOUT_LOCK="-p"
do_unchecked
sync_debbugs
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册