mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 17:35:35 +02:00
Fixup permissions on download (again)
This commit is contained in:
parent
f1cd51cc90
commit
3cbe4296a7
2 changed files with 16 additions and 4 deletions
|
@ -74,15 +74,16 @@ echo "Running the builder..."
|
|||
tail -50 $log
|
||||
|
||||
#update the main download and archive pages
|
||||
cd /home/data/httpd/download.eclipse.org/dsdp/tm/downloads
|
||||
cd /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads
|
||||
cvs -q update -RPd >> $log 2>&1
|
||||
chgrp dsdp-tmadmin * CVS/*
|
||||
cd /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads
|
||||
cd /home/data/httpd/download.eclipse.org/dsdp/tm/downloads
|
||||
cvs -q update -RPd >> $log 2>&1
|
||||
chgrp dsdp-tmadmin * CVS/*
|
||||
|
||||
#Fixup permissions and group id on download.eclpse.org (just to be safe)
|
||||
#chmod -R g+w $HOME/ws2/publish/${buildType}*${daystamp}*
|
||||
chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}*
|
||||
chmod -R g+w drops/${buildType}*${daystamp}*
|
||||
|
||||
#Check the publishing
|
||||
cd $HOME/ws2/publish
|
||||
|
|
|
@ -46,8 +46,17 @@ echo "Running the builder..."
|
|||
./nightly.sh >> $log 2>&1
|
||||
tail -50 $log
|
||||
|
||||
#update the main download and archive pages
|
||||
cd /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads
|
||||
cvs -q update -RPd >> $log 2>&1
|
||||
chgrp dsdp-tmadmin * CVS/*
|
||||
cd /home/data/httpd/download.eclipse.org/dsdp/tm/downloads
|
||||
cvs -q update -RPd >> $log 2>&1
|
||||
chgrp dsdp-tmadmin * CVS/*
|
||||
|
||||
#Fixup permissions and group id on download.eclpse.org (just to be safe)
|
||||
#chmod -R g+w $HOME/ws2/publish/N${daystamp}*
|
||||
chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}*
|
||||
chmod -R g+w drops/${buildType}*${daystamp}*
|
||||
|
||||
#Copy latest SDK in order to give access to DOC server
|
||||
cd $HOME/ws2/publish
|
||||
|
@ -58,6 +67,8 @@ if [ "$FILES" != "" ]; then
|
|||
cp N${daystamp}*/RSE-SDK-N${daystamp}*.zip N.latest
|
||||
cd N.latest
|
||||
mv -f RSE-SDK-N${daystamp}*.zip RSE-SDK-latest.zip
|
||||
chgrp dsdp-tmadmin RSE-SDK-latest.zip
|
||||
cmod g+w RSE-SDK-latest.zip
|
||||
fi
|
||||
|
||||
#Cleanup old nightly builds (leave only last 5 in place)
|
||||
|
|
Loading…
Add table
Reference in a new issue