You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by fe...@apache.org on 2004/09/14 03:23:16 UTC

svn commit: rev 46005 - spamassassin/trunk/build

Author: felicity
Date: Mon Sep 13 18:23:14 2004
New Revision: 46005

Modified:
   spamassassin/trunk/build/update_devel
Log:
make sure the output files have the correct group and permissions

Modified: spamassassin/trunk/build/update_devel
==============================================================================
--- spamassassin/trunk/build/update_devel	(original)
+++ spamassassin/trunk/build/update_devel	Mon Sep 13 18:23:14 2004
@@ -2,6 +2,8 @@
 # This script assumes it's being run from the root of the SA code tree
 set -x
 
+umask 002
+
 WEBDIR=$SA_WEBDIR
 test -n "$WEBDIR"  || WEBDIR=$HOME/site
 
@@ -73,5 +75,5 @@
 
 # ( cd $DEVDIR && svn add *SpamAssassin* )
 
+chgrp -R spamassassin $DEVDIR $RELDIR
 ls -l $DEVDIR
-