Index: build/build.sh =================================================================== diff -u -r9373a31815722e47ec13b90dede0878532742954 -rda10bcb5de6f91f9776bbc5076c3cf0c6c5c8aeb --- build/build.sh (.../build.sh) (revision 9373a31815722e47ec13b90dede0878532742954) +++ build/build.sh (.../build.sh) (revision da10bcb5de6f91f9776bbc5076c3cf0c6c5c8aeb) @@ -7,18 +7,12 @@ QT_VER=$2 fi +# Get supportscript folder if [[ ! -d "supportscript" ]] then git clone ssh://git@dvm-linux02:7999/bl/supportscript.git fi source ./supportscript/supportscript.sh - -#Setting up server folder -#if [[ "$3" = "" ]]; then -# SERVER_DIR=/media/BambooProjects -#else -# SERVER_DIR=$3 -#fi #setup environment if [[ "$DEVICE_IP" = "" ]]; then @@ -43,8 +37,6 @@ out_path="build" setBuildVariables $buildType $buildNumber REMOTE_DIR=$(getRemoteCopyAddress $timeStamp "DEN_UI") -#REMOTE_DIR="$SERVER_DIR/DEN_UI" -#REPORT_DIR="$timeStamp-BuildNo-$buildNumber-$buildPlan" REPORT=Report # Get the build variables @@ -193,7 +185,7 @@ cp $out_path/$gcc_out/denali $REMOTE_DIR/$REPORT_DIR/bin/$gcc_out sync;sync;sync; - +# Generate code reviews # Leave the sub workspace cd ..