X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=blobdiff_plain;f=infra%2Fdgit-mirror-rsync;h=0d29ffb3e65621b3fec1f468bd0d64c5d90f3772;hp=0fcc5f1943a019a3f28c250f657fa25dc7d9ba28;hb=eee36348eb0776a452b8b6a63036723978c9e170;hpb=1a404d721066ea64a938b2e26ec397f458f74bb8 diff --git a/infra/dgit-mirror-rsync b/infra/dgit-mirror-rsync index 0fcc5f19..0d29ffb3 100755 --- a/infra/dgit-mirror-rsync +++ b/infra/dgit-mirror-rsync @@ -26,7 +26,7 @@ set -o pipefail shopt -s nullglob case "$DGIT_DRS_DEBUG" in -''|0!1) ;; +''|0|1) ;; *) set -x ;; esac @@ -108,7 +108,11 @@ attempt () { exec 3>&2 >"$queue/$package.err" 2>&1 if actually; then rm -f "$queue/$package.a" + exec 2>&3 2>&1 mv -f "$queue/$package.err" "$queue/$package.log" + if ! [ -s "$queue/$package.log" ]; then + rm "$queue/$package.log" + fi rm "$queue/$package.lock" else cat >&3 "$queue/$package.err"