projects
/
platform
/
core
/
system
/
system-rw-update.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f9a1ec
)
Run all upgrade scripts without verification result
41/213141/1
accepted/tizen_5.5_unified_mobile_hotfix
tizen_5.5_mobile_hotfix
tizen_5.5_tv
accepted/tizen/5.5/unified/20191031.020030
accepted/tizen/5.5/unified/mobile/hotfix/20201027.075836
accepted/tizen/unified/20190902.055146
submit/tizen/20190902.021921
submit/tizen_5.5/20191031.000005
submit/tizen_5.5_mobile_hotfix/20201026.185105
tizen_5.5.m2_release
author
Kichan Kwon
<k_c.kwon@samsung.com>
Mon, 2 Sep 2019 01:22:26 +0000
(10:22 +0900)
committer
Kichan Kwon
<k_c.kwon@samsung.com>
Mon, 2 Sep 2019 01:22:26 +0000
(10:22 +0900)
- For each script developer's convenience
Change-Id: I665aea2d6b118d4f034bda3c9d1b13caff59d9f5
Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
upgrade/update.sh.in
patch
|
blob
|
history
diff --git
a/upgrade/update.sh.in
b/upgrade/update.sh.in
index c081ce6ea80d7fb89c58488b3a270259636d71c6..b2ac574db1576fb54c4fffbb2390bfea1ee36485 100755
(executable)
--- a/
upgrade/update.sh.in
+++ b/
upgrade/update.sh.in
@@
-98,10
+98,8
@@
else
echo ${progress} > ${TMP_DIR}/progress
fi
Verity_Check ${PATCH_DIR}/${PATCH}
- # Skip in case of 'No entry' only
- if [ "$?" != "1" ]; then
- ${RUN} ${PATCH_DIR}/${PATCH}
- fi
+ # Without verification result, run all scripts
+ ${RUN} ${PATCH_DIR}/${PATCH}
done
sync