mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00
[releng] Re-enable signed updates for I-, R- and S-builds
This commit is contained in:
parent
b7311b6798
commit
9ec44261e2
1 changed files with 7 additions and 4 deletions
|
@ -112,13 +112,16 @@ if [ -f package.count -a "$FILES" != "" ]; then
|
||||||
#chgrp dsdp-tmadmin ../N.latest/RSE-SDK-latest.zip
|
#chgrp dsdp-tmadmin ../N.latest/RSE-SDK-latest.zip
|
||||||
|
|
||||||
if [ ${buildType} != N ]; then
|
if [ ${buildType} != N ]; then
|
||||||
#Update the testUpdates sites
|
#Update the testUpdates site
|
||||||
echo "Refreshing update site"
|
echo "Refreshing update site"
|
||||||
cd $HOME/downloads-tm/testUpdates/bin
|
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
|
./mkTestUpdates.sh
|
||||||
#echo "Refreshing signedUpdates site"
|
|
||||||
#cd $HOME/downloads-tm/signedUpdates/bin
|
|
||||||
#./mkTestUpdates.sh
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue