mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[releng] hide some unnecessary warnings on chgrp
This commit is contained in:
parent
aaf2433582
commit
a3b84f2768
1 changed files with 4 additions and 4 deletions
|
@ -50,14 +50,14 @@ tail -50 $log
|
|||
if [ -d /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads ]; then
|
||||
cd /home/data/httpd/archive.eclipse.org/dsdp/tm/downloads
|
||||
cvs -q update -RPd >> $log 2>&1
|
||||
chgrp dsdp-tmadmin * CVS/*
|
||||
chgrp dsdp-tmadmin * CVS/* 2>/dev/null
|
||||
cd /home/data/httpd/download.eclipse.org/dsdp/tm/downloads
|
||||
cvs -q update -RPd >> $log 2>&1
|
||||
chgrp dsdp-tmadmin * CVS/*
|
||||
chgrp dsdp-tmadmin * CVS/* 2>/dev/null
|
||||
|
||||
#Fixup permissions and group id on download.eclpse.org (just to be safe)
|
||||
chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}*
|
||||
chmod -R g+w drops/${buildType}*${daystamp}*
|
||||
chgrp -R dsdp-tmadmin drops/${buildType}*${daystamp}* 2>/dev/null
|
||||
chmod -R g+w drops/${buildType}*${daystamp}* 2>/dev/null
|
||||
fi
|
||||
|
||||
#Copy latest SDK in order to give access to DOC server
|
||||
|
|
Loading…
Add table
Reference in a new issue