[PD-cvs] SF.net SVN: pure-data:[10653] trunk/scripts/auto-build/ prep-auto-build-upload

eighthave at users.sourceforge.net eighthave at users.sourceforge.net
Mon Jan 26 20:56:16 CET 2009


Revision: 10653
          http://pure-data.svn.sourceforge.net/pure-data/?rev=10653&view=rev
Author:   eighthave
Date:     2009-01-26 19:56:16 +0000 (Mon, 26 Jan 2009)

Log Message:
-----------
make sure the 'pd' user has perms to write the 'latest' page

Modified Paths:
--------------
    trunk/scripts/auto-build/prep-auto-build-upload

Modified: trunk/scripts/auto-build/prep-auto-build-upload
===================================================================
--- trunk/scripts/auto-build/prep-auto-build-upload	2009-01-26 19:10:33 UTC (rev 10652)
+++ trunk/scripts/auto-build/prep-auto-build-upload	2009-01-26 19:56:16 UTC (rev 10653)
@@ -17,6 +17,7 @@
 	 BUILD_ROOT="$2"
 	 TODAYS_ROOT="${BUILD_ROOT}/${DATE}"
 	 chown -R root.root "${BUILD_ROOT}"        >> $LOGFILE 2>&1
+	 chown -R pd "${BUILD_ROOT}/latest"        >> $LOGFILE 2>&1
 	 mkdir "${TODAYS_ROOT}"                    >> $LOGFILE 2>&1
 	 mkdir "${TODAYS_ROOT}/logs"               >> $LOGFILE 2>&1
 	 chown -R nobody.nogroup "${TODAYS_ROOT}"  >> $LOGFILE 2>&1


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Pd-cvs mailing list