You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ws...@apache.org on 2006/11/08 05:41:34 UTC

svn commit: r472389 - /shale/maven/trunk/etc/fix-shale-permissions.sh

Author: wsmoak
Date: Tue Nov  7 20:41:34 2006
New Revision: 472389

URL: http://svn.apache.org/viewvc?view=rev&rev=472389
Log:
Adding a simple script to fix permissions for the Shale website and Maven snapshot repo on  people.a.o.
TODO:  schedule this to run from Continuum on the MyFaces zone.

Added:
    shale/maven/trunk/etc/fix-shale-permissions.sh

Added: shale/maven/trunk/etc/fix-shale-permissions.sh
URL: http://svn.apache.org/viewvc/shale/maven/trunk/etc/fix-shale-permissions.sh?view=auto&rev=472389
==============================================================================
--- shale/maven/trunk/etc/fix-shale-permissions.sh (added)
+++ shale/maven/trunk/etc/fix-shale-permissions.sh Tue Nov  7 20:41:34 2006
@@ -0,0 +1,5 @@
+# 20061107 wsmoak
+# Fix permissions for the Shale website and Maven snapshot repository
+
+ssh people.apache.org 'chmod -Rf g+w /www/shale.apache.org'
+ssh people.apache.org 'chmod -Rf g+w /www/people.apache.org/repo/m2-snapshot-repository/org/apache/shale'