Browse Source

autobuild: added FORCE_BUILD for forcing a rebuild

master
Andrew Tridgell 12 years ago
parent
commit
c6006972a2
  1. 1
      Tools/scripts/build_binaries.sh

1
Tools/scripts/build_binaries.sh

@ -35,6 +35,7 @@ checkout() { @@ -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)

Loading…
Cancel
Save