You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ps...@apache.org on 2007/04/27 06:09:38 UTC

svn commit: r532955 - /jakarta/commons/proper/commons-nightly/trunk/get_files.sh

Author: psteitz
Date: Thu Apr 26 21:09:37 2007
New Revision: 532955

URL: http://svn.apache.org/viewvc?view=rev&rev=532955
Log:
Made files group writable.

Modified:
    jakarta/commons/proper/commons-nightly/trunk/get_files.sh

Modified: jakarta/commons/proper/commons-nightly/trunk/get_files.sh
URL: http://svn.apache.org/viewvc/jakarta/commons/proper/commons-nightly/trunk/get_files.sh?view=diff&rev=532955&r1=532954&r2=532955
==============================================================================
--- jakarta/commons/proper/commons-nightly/trunk/get_files.sh (original)
+++ jakarta/commons/proper/commons-nightly/trunk/get_files.sh Thu Apr 26 21:09:37 2007
@@ -24,4 +24,5 @@
   dest_path=${source_path/vmbuild.apache.org\/~commons\/nightly\/builds\//\/www\/people.apache.org\/builds\/jakarta-commons\/nightly/}
   mkdir -p $dest_path
   mv $source $dest_path
+  chmod g+w $dest_path
 done



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