Index: build/build.sh =================================================================== diff -u -r46a7ac851fa42814068c93e02f89e179c129f583 -r34aeccdd129afdcb860560ead152aed5901bd363 --- build/build.sh (.../build.sh) (revision 46a7ac851fa42814068c93e02f89e179c129f583) +++ build/build.sh (.../build.sh) (revision 34aeccdd129afdcb860560ead152aed5901bd363) @@ -9,12 +9,12 @@ POKY_VER=$3 fi -REMOTE_REPO_BASE_ADDRESS="ssh://git@devapps.diality.us:7999/" +REMOTE_REPO_BASE_ADDRESS="git@bitbucket.org:diality-cloud/" # If the support scripts repository does not exist, clone it if [[ ! -d "supportscript" ]] then - git clone "$REMOTE_REPO_BASE_ADDRESS"bl/supportscript.git + git clone "$REMOTE_REPO_BASE_ADDRESS"supportscript.git fi source ./supportscript/supportscript.sh @@ -109,7 +109,7 @@ cd $manualCasesFolder # Clone the application just for checking the manual cases - git clone "$REMOTE_REPO_BASE_ADDRESS"ui/application.git + git clone "$REMOTE_REPO_BASE_ADDRESS"application.git cd application # Declare and associatvie array @@ -206,7 +206,7 @@ fi echo " ------------------------------Setting up the project" -git clone "$REMOTE_REPO_BASE_ADDRESS"bl/setupscript.git +git clone "$REMOTE_REPO_BASE_ADDRESS"setupscript.git ./setupscript/projectsetup.sh "${buildSpecs[$PROJECT_NAME_INDEX]}" "${buildSpecs[$PROJECT_CHECKOUT_INDEX]}" \ "${buildSpecs[$COMMON_CHECKOUT_INDEX]}" cd application @@ -390,7 +390,7 @@ rm -rf "reportscripts" fi -git clone "$REMOTE_REPO_BASE_ADDRESS"bl/reportscripts.git +git clone "$REMOTE_REPO_BASE_ADDRESS"reportscripts.git # If this is a build only build, it is informal and it does not need code review report if [[ ${buildSpecs[$BUILD_ONLY_FLAG_INDEX]} == false ]]