Commit c97b8e36 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Try to stave off trouble as seen to day with generated vmod-boilerplate

parent 45239c24
......@@ -212,6 +212,7 @@ while [ $MAXRUNS -eq 0 ] || [ $i -lt $MAXRUNS ]
do
i=$((i + 1))
(cd "${SRCDIR}" && git reset --hard > /dev/null 2>&1 || true)
(cd "${SRCDIR}" && git pull > /dev/null 2>&1 || true)
rev=`cd "${SRCDIR}" && git show -s --pretty=format:%H`
if [ "${waitnext}" -gt 0 -a "x${rev}" = "x${orev}" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment