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

Skip signed updates until signing is done the Platform way

This commit is contained in:
Martin Oberhuber 2007-01-02 15:24:35 +00:00
parent 99d3635782
commit de7f308df8

View file

@ -109,9 +109,9 @@ if [ -f package.count -a "$FILES" != "" ]; then
echo "Refreshing update site"
cd $HOME/downloads-tm/testUpdates/bin
./mkTestUpdates.sh
echo "Refreshing signedUpdates site"
cd $HOME/downloads-tm/signedUpdates/bin
./mkTestUpdates.sh
#echo "Refreshing signedUpdates site"
#cd $HOME/downloads-tm/signedUpdates/bin
#./mkTestUpdates.sh
cd "$curdir"
else