TOOLS: changed script for building single project

This commit is contained in:
LukeMike 2015-01-19 12:57:06 +01:00 committed by Andrew Tridgell
parent ebc3dcd142
commit a665037176

View File

@ -10,8 +10,8 @@ rm -rf $TMPDIR
echo "Building in $TMPDIR"
date
git checkout master
githash=$(git rev-parse HEAD)
#git checkout master
#githash=$(git rev-parse HEAD)
hdate=$(date +"%Y-%m/%Y-%m-%d-%H:%m")
mkdir -p binaries/$hdate
@ -118,8 +118,6 @@ build_arduplane() {
make vrbrain || {
echo "Failed build of ArduPlane VRBRAIN $tag"
error_count=$((error_count+1))
checkout Plane "latest"
popd
return
}
copyit ArduPlane-vrbrain-v45.vrx $ddir $tag &&