projects
/
test
/
tct
/
native
/
autobuild.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9c4d8d
)
Fix 6.0 mobile rootstrap not updated issue.
04/223404/1
author
JIHUN
<JIHUN87.PARK@samsung.com>
Wed, 29 Jan 2020 09:59:50 +0000
(18:59 +0900)
committer
JIHUN
<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
patch
|
blob
|
history
diff --git
a/SCRIPTS/update_git_repo.sh
b/SCRIPTS/update_git_repo.sh
index
c1de233
..
3d07659
100755
(executable)
--- a/
SCRIPTS/update_git_repo.sh
+++ b/
SCRIPTS/update_git_repo.sh
@@
-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