1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 15:45:25 +02:00

Automatically update signedUpdates as part of the i-build

This commit is contained in:
Martin Oberhuber 2006-11-10 12:23:36 +00:00
parent 58618b2df5
commit d28d41e11c

View file

@ -61,10 +61,13 @@ if [ "$FILES" != "" ]; then
mv -f RSE-SDK-I${daystamp}*.zip RSE-SDK-latest.zip
fi
#Update the testUpdates site
#Update the testUpdates sites
if [ "$FILES" != "" ]; then
sg dsdp-tm-rse -c "echo \"Refreshing update site\" "
cd $HOME/downloads-tm/testUpdates/bin
./mkTestUpdates.sh
sg dsdp-tm-rse -c "echo \"Refreshing signedUpdates site\" "
cd $HOME/downloads-tm/signedUpdates/bin
./mkTestUpdates.sh
cd "$curdir"
fi