Index: build/build.sh =================================================================== diff -u -r3be0002202bdb48c534df04712a5a135c544f1fe -reab1501082759cb6b47ce3648281222f7d8f2a46 --- build/build.sh (.../build.sh) (revision 3be0002202bdb48c534df04712a5a135c544f1fe) +++ build/build.sh (.../build.sh) (revision eab1501082759cb6b47ce3648281222f7d8f2a46) @@ -348,6 +348,13 @@ # Leave the sub workspace cd .. +if [[ ! -d "reportscripts" ]] +then + rm -rf "reportscripts" +fi + +git clone ssh://git@dvm-linux02:7999/bl/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 ]] then Index: build/create_update_folder.sh =================================================================== diff -u -r3be0002202bdb48c534df04712a5a135c544f1fe -reab1501082759cb6b47ce3648281222f7d8f2a46 --- build/create_update_folder.sh (.../create_update_folder.sh) (revision 3be0002202bdb48c534df04712a5a135c544f1fe) +++ build/create_update_folder.sh (.../create_update_folder.sh) (revision eab1501082759cb6b47ce3648281222f7d8f2a46) @@ -21,7 +21,7 @@ # └$ /home/denali/Projects/application/scripts/create_update_usb.sh Projects/application/ /media/denali/usb-disk1/ -FOLDER_BIN=/home/dnavaei/workspace_UI/build/build/poky_64_releasess +FOLDER_BIN=/home/dnavaei/workspace_UI/build/build/poky_64_releases FOLDER_SRC=/home/dnavaei/workspace_UI/build/application FOLDER_DST=$1 @@ -64,4 +64,4 @@ cp "$FOLDER_BIN"/"$DENALI_BIN" "$FOLDER_DST" #removing this script to clean up the script folder -rm "$FOLDER_DST"/"$FOLDER_SCR"/"$SCRIPT_SLF" +#rm "$FOLDER_DST"/"$FOLDER_SCR"/"$SCRIPT_SLF" TODO this is not needed