kaz 02/03/25 14:43:14
Modified: src/templates/build build-docs.xml
Log:
Since ssh is not using the umask setting we must manually set the
group-bit to write so others can update and deploy the sites as well.
Revision Changes Path
1.37 +1 -1 jakarta-turbine-maven/src/templates/build/build-docs.xml
Index: build-docs.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/templates/build/build-docs.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- build-docs.xml 25 Mar 2002 21:28:37 -0000 1.36
+++ build-docs.xml 25 Mar 2002 22:43:14 -0000 1.37
@@ -282,7 +282,7 @@
</exec>
<exec dir="." executable="ssh">
- <arg line="${siteAddress} 'cd ${homepage};gunzip ${project}-site.tar.gz;tar
xUvf ${project}-site.tar;rm ${project}-site.tar'"/>
+ <arg line="${siteAddress} 'cd ${homepage};gunzip ${project}-site.tar.gz;tar
xUvf ${project}-site.tar;chmod -R g+u *;rm ${project}-site.tar'"/>
</exec>
<delete file="${project}-site.tar.gz"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>