Fix 6.0 mobile rootstrap not updated issue. 04/223404/1
authorJIHUN <JIHUN87.PARK@samsung.com>
Wed, 29 Jan 2020 09:59:50 +0000 (18:59 +0900)
committerJIHUN <JIHUN87.PARK@samsung.com>
Wed, 29 Jan 2020 09:59:50 +0000 (18:59 +0900)
Change-Id: Ia0ecfcb4e4084f9aeb382dc150859eefea2ef333
Signed-off-by: JIHUN <JIHUN87.PARK@samsung.com>
SCRIPTS/update_git_repo.sh

index c1de233..3d07659 100755 (executable)
@@ -794,7 +794,7 @@ function update-rootstrap_6
                                rm -rf $HOME/tizen-studio/platforms/tizen-6.0/mobile/rootstraps/mobile-6.0-device.*
                                echo "Rootstrap is updated for 6.0 Mobile Device profile" >> $log_dir_6/GIT/git_log_rootstrap.txt
                        fi
-                       for file in $(ls mobile-5.5-rs-*.zip); do
+                       for file in $(ls mobile-6.0-rs-*.zip); do
                                ./pkg-cli install-file -P ./$file -l $HOME/tizen-studio --force
                        done
                else