1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

Disable change to signedUpdates

This commit is contained in:
Martin Oberhuber 2007-03-22 10:58:51 +00:00
parent 2be9af05c5
commit 80c3548212

View file

@ -117,11 +117,11 @@ if [ -f package.count -a "$FILES" != "" ]; then
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 update
./mkTestUpdates.sh
##Update the signedUpdates site
#echo "Refreshing signedUpdates site"
#cd $HOME/downloads-tm/signedUpdates/bin
#cvs update
#./mkTestUpdates.sh
fi
fi