mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 02:05:39 +02:00
Improve deployment
This commit is contained in:
parent
177214a13f
commit
2722ff11e9
1 changed files with 3 additions and 1 deletions
|
@ -88,9 +88,11 @@ for COMP in rse dd.dsf nab ercp mtj ; do
|
|||
if [ -d "$ECL_DIR/eclipse/dropins/${COMP}/eclipse/plugins" ]; then
|
||||
diff -r "${IHOME}/deploy/${COMP}/plugins" "$ECL_DIR/eclipse/dropins/${COMP}/eclipse/plugins" >/dev/null
|
||||
result=$?
|
||||
echo "${COMP} RESULT: ${result}"
|
||||
if [ "${result}" != "0" ]; then
|
||||
echo "${COMP} diffs as ${result} --> deploying"
|
||||
NEED_RESTART=1
|
||||
else
|
||||
echo "${COMP} is unchanged"
|
||||
fi
|
||||
else
|
||||
echo "${COMP} is NEW"
|
||||
|
|
Loading…
Add table
Reference in a new issue