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:
parent
99d3635782
commit
de7f308df8
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue