mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-08 01:25:23 +02:00
Automatically update signedUpdates as part of the i-build
This commit is contained in:
parent
58618b2df5
commit
d28d41e11c
1 changed files with 4 additions and 1 deletions
|
@ -61,10 +61,13 @@ if [ "$FILES" != "" ]; then
|
||||||
mv -f RSE-SDK-I${daystamp}*.zip RSE-SDK-latest.zip
|
mv -f RSE-SDK-I${daystamp}*.zip RSE-SDK-latest.zip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Update the testUpdates site
|
#Update the testUpdates sites
|
||||||
if [ "$FILES" != "" ]; then
|
if [ "$FILES" != "" ]; then
|
||||||
sg dsdp-tm-rse -c "echo \"Refreshing update site\" "
|
sg dsdp-tm-rse -c "echo \"Refreshing update site\" "
|
||||||
cd $HOME/downloads-tm/testUpdates/bin
|
cd $HOME/downloads-tm/testUpdates/bin
|
||||||
./mkTestUpdates.sh
|
./mkTestUpdates.sh
|
||||||
|
sg dsdp-tm-rse -c "echo \"Refreshing signedUpdates site\" "
|
||||||
|
cd $HOME/downloads-tm/signedUpdates/bin
|
||||||
|
./mkTestUpdates.sh
|
||||||
cd "$curdir"
|
cd "$curdir"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue