Index: build/build.sh =================================================================== diff -u -r1efb6c3e53ce3a2da657ad786a3841be532db14c -rc020b078f4b7794f604479f3b0147c1831d911c8 --- build/build.sh (.../build.sh) (revision 1efb6c3e53ce3a2da657ad786a3841be532db14c) +++ build/build.sh (.../build.sh) (revision c020b078f4b7794f604479f3b0147c1831d911c8) @@ -42,6 +42,9 @@ DEVELOP_BRANCH_NAME="develop" REPORT=Report out_path="build" +isBuildLocal=false +# Test pass/fail flag +hasTestPassed=true setBuildVariables ${buildSpecs[@]} # If the build is standalone for the branches that unit test and integration tests are not needed, @@ -50,7 +53,7 @@ if [[ ${buildSpecs[$BUILD_ONLY_FLAG_INDEX]} == true ]] then REMOTE_DIR=$(getRemoteCopyAddress "DEN_UI" ${buildSpecs[$PROJECT_CHECKOUT_INDEX]}) - STATUS_REPORT=$(createStatusReport "application" $REMOTE_DIR) + STATUS_REPORT=$(createStatusReport "application" $REMOTE_DIR $isBuildLocal) getCommitHashes $STATUS_REPORT ${buildSpecs[$PROJECT_NAME_INDEX]} ${buildSpecs[$PROJECT_CHECKOUT_INDEX]} \ ${buildSpecs[$COMMON_CHECKOUT_INDEX]} else @@ -79,9 +82,6 @@ poky_out=$poky_out_base"_"$pro_type poky_spec="-spec devices/linux-oe-generic-g++" -# Test pass/fail flag -hasTestPassed=true - #build type detection and set function (debug/release) function buildType() { echo