Commit e13c4a47 authored by Dom Sekotill's avatar Dom Sekotill
Browse files

auto-build: ref deletions correctly handled (do nothing)

parent 08902f56
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -254,6 +254,9 @@ main ()
{
	local old new ref
	while read old new ref; do
		if [ $((0x$new)) -eq 0 ]; then
			continue
		fi
		if [ "$ref" ]; then
			log="/tmp/build/$ref/`date +%s`.log"
			log_dir=`dirname "$log"`