Skip to content

Commit

Permalink
autobuild: added FORCE_BUILD for forcing a rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Tridgell authored and rmackay9 committed Jul 11, 2013
1 parent 619f60f commit 7461776
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Tools/scripts/build_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7461776

Please sign in to comment.