Index: build/build.sh =================================================================== diff -u -rc0358d7837b3290800d785b83990755d349e0b6f -r080363bef8b6fdc47500ec5321c1b9e2b14c5afc --- build/build.sh (.../build.sh) (revision c0358d7837b3290800d785b83990755d349e0b6f) +++ build/build.sh (.../build.sh) (revision 080363bef8b6fdc47500ec5321c1b9e2b14c5afc) @@ -406,7 +406,9 @@ # Get the release notes getReleaseNotesFromTheLastBuild "UI" "$(pwd)" "${buildSpecs[$PROJECT_CHECKOUT_INDEX]}" "$REMOTE_DIR" -getCommitHashes "" "" "" "" "" "" "1" +# Get the commit hashes to just update the software compatibility +getCommitHashes "$STATUS_REPORT" "${buildSpecs[$PROJECT_NAME_INDEX]}" "${buildSpecs[$PROJECT_CHECKOUT_INDEX]}" \ + "${buildSpecs[$COMMON_CHECKOUT_INDEX]}" "" "${buildSpecs[$PROJECT_CHECKOUT_INDEX]}" "1" # Mark pass/fail to the build folder markRemoteFolderWithPassFail $hasTestPassed "$REMOTE_DIR" "UI"