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

[releng] Re-enable signed updates for I-, R- and S-builds

This commit is contained in:
Martin Oberhuber 2007-02-28 10:18:20 +00:00
parent b7311b6798
commit 9ec44261e2

View file

@ -112,13 +112,16 @@ if [ -f package.count -a "$FILES" != "" ]; then
#chgrp dsdp-tmadmin ../N.latest/RSE-SDK-latest.zip
if [ ${buildType} != N ]; then
#Update the testUpdates sites
#Update the testUpdates site
echo "Refreshing update site"
cd $HOME/downloads-tm/testUpdates/bin
cvs update
./mkTestUpdates.sh
#Update the signedUpdates site
echo "Refreshing signedUpdates site"
cd $HOME/downloads-tm/signedUpdates/bin
cvs udpate
./mkTestUpdates.sh
#echo "Refreshing signedUpdates site"
#cd $HOME/downloads-tm/signedUpdates/bin
#./mkTestUpdates.sh
fi
fi