autobuild: added FORCE_BUILD for forcing a rebuild

This commit is contained in:
Andrew Tridgell 2013-05-22 19:20:35 +10:00
parent 1e8357ba02
commit c6006972a2

View File

@ -35,6 +35,7 @@ checkout() {
# check if we should skip this build because we have already
# built this version
skip_build() {
[ "$FORCE_BUILD" -eq "1" ] && return 1
tag="$1"
ddir="$2"
bname=$(basename $ddir)