mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
Hide s-builds by default; update testUpdates and signedUpdates automatically
This commit is contained in:
parent
cdab685f93
commit
d671dbc324
1 changed files with 17 additions and 0 deletions
|
@ -58,3 +58,20 @@ sg dsdp-tm-rse -c "rm -rf $HOME/ws/publish/*${daystamp}*/updates"
|
|||
echo "chmod -R g+w $HOME/ws/publish/*${daystamp}*"
|
||||
chmod -R g+w $HOME/ws/publish/*${daystamp}*
|
||||
|
||||
#Check the publishing
|
||||
cd $HOME/ws/publish
|
||||
cd *${daystamp}*
|
||||
if [ -f package.count ]; then
|
||||
#hide the release for now until it is tested
|
||||
#mirrors will still pick it up
|
||||
mv package.count package.count.orig
|
||||
|
||||
#Update the testUpdates sites
|
||||
sg dsdp-tm-rse -c "echo \"Refreshing update site\" "
|
||||
cd $HOME/downloads-tm/testUpdates/bin
|
||||
./mkTestUpdates.sh
|
||||
sg dsdp-tm-rse -c "echo \"Refreshing signedUpdates site\" "
|
||||
cd $HOME/downloads-tm/signedUpdates/bin
|
||||
./mkTestUpdates.sh
|
||||
cd "$curdir"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue