X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=config%2Fdebian%2Fcommon;h=5c8171ed6888b920124cf2c14eb0525ef3650d59;hb=d631ba0bca1af63a15df8c55a36cd0ef41600525;hp=f76fb95836f3058734953db4bd8f337fe407ab79;hpb=3d724aecf9c7b5aa869d3714bf1648a82f722cbc;p=dak.git diff --git a/config/debian/common b/config/debian/common index f76fb958..5c8171ed 100644 --- a/config/debian/common +++ b/config/debian/common @@ -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 () {