[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    svn commit: r438722 -
From:       psteitz () apache ! org
Date:       2006-08-31 0:09:08
Message-ID: 20060831000909.271841A981A () eris ! apache ! org
[Download RAW message or body]

Author: psteitz
Date: Wed Aug 30 17:09:08 2006
New Revision: 438722

URL: http://svn.apache.org/viewvc?rev=438722&view=rev
Log:
Less nuclear chmod to fix permissions (fix-permissions needs to be run in the repo \
directory.

Modified:
    jakarta/commons/proper/commons-build/trunk/commons_nightly.sh

Modified: jakarta/commons/proper/commons-build/trunk/commons_nightly.sh
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-build/trunk/commons_nightly.sh?rev=438722&r1=438721&r2=438722&view=diff
 ==============================================================================
--- jakarta/commons/proper/commons-build/trunk/commons_nightly.sh (original)
+++ jakarta/commons/proper/commons-build/trunk/commons_nightly.sh Wed Aug 30 17:09:08 \
2006 @@ -309,7 +309,8 @@
 ssh $deploy_host chmod -R g+w $deploy_location
 
 # Workaround m2 deploy bug - should be able to drop this soon
-ssh $deploy_host /www/people.apache.org/repo/m2-snapshot-repository/fix-permissions.sh
 +ssh $deploy_host "find /www/people.apache.org/repo ! -perm 775 -type d -user \
${USER} -exec chmod 775 {} \;" +ssh $deploy_host "find /www/people.apache.org/repo ! \
-perm 664 -iname maven-metadata.xml* -user ${USER} -exec chmod 664 {} \;"  
 # Send failure notification email if there are build failures
 if [ ${#failed_builds[@]} -gt 0 ]



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic