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:
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
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue