You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by st...@apache.org on 2012/02/09 20:13:21 UTC

svn commit: r1242501 - /incubator/tashi/branches/stable/Makefile

Author: stroucki
Date: Thu Feb  9 20:13:21 2012
New Revision: 1242501

URL: http://svn.apache.org/viewvc?rev=1242501&view=rev
Log:
chgrp files in archive to incubator, by policy

Modified:
    incubator/tashi/branches/stable/Makefile

Modified: incubator/tashi/branches/stable/Makefile
URL: http://svn.apache.org/viewvc/incubator/tashi/branches/stable/Makefile?rev=1242501&r1=1242500&r2=1242501&view=diff
==============================================================================
--- incubator/tashi/branches/stable/Makefile (original)
+++ incubator/tashi/branches/stable/Makefile Thu Feb  9 20:13:21 2012
@@ -33,6 +33,7 @@ package: src DISCLAIMER INSTALL LICENSE 
 	mkdir apache-tashi
 	cp -rp doc etc Makefile src DISCLAIMER INSTALL LICENSE NOTICE README apache-tashi/
 	find apache-tashi -type d -name ".svn"|xargs rm -rf
+	chgrp -R incubator apache-tashi
 	tar zcf apache-tashi.tar.gz apache-tashi
 	rm -rf apache-tashi