Skip to content
Commits on Source (2)
......@@ -53,6 +53,6 @@ if [ ! -z "${dists}" ]; then
;;
esac
ssh wbadm@buildd trigger.security $send
ssh -n wbadm@buildd trigger.security $send
done
fi
......@@ -193,7 +193,7 @@ function _runtasks() {
stage $GO
fi
;;
esac
esac < /dev/null
done < <(grep -v '^#' ${TASKLIST} )
}
......