[workspace-commit] CVS update: MODIFIED: etc ...
Tim Freeman
commit at globus.org
Thu Apr 17 10:11:01 CDT 2008
User: tfreeman
Date: 08/04/17 10:11:01
Modified: vm/service/service/java/source/etc post-deploy.xml
Log:
- alternate unpropagation target URL
- bulk status query
- file customizations
- fault can accompany state in RP/notification
- misc changes for new WSDL
- backend VM name prefix moved from "workspace" to "wrksp" (extends ebtables NIC length limit)
Revision Changes Path
1.6 +7 -0 workspace/vm/service/service/java/source/etc/post-deploy.xml
http://viewcvs.globus.org/viewcvs.cgi/workspace/vm/service/service/java/source/etc/post-deploy.xml.diff?r1=1.5&r2=1.6
(In the diff below, changes in quantity of whitespace are not shown.)
Index: post-deploy.xml
===================================================================
RCS file: /home/globdev/CVS/globus-packages/workspace/vm/service/service/java/source/etc/post-deploy.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- post-deploy.xml 13 Feb 2008 18:24:43 -0000 1.5
+++ post-deploy.xml 17 Apr 2008 15:11:01 -0000 1.6
@@ -79,6 +79,13 @@
<echo message="Ensured '${deploy.dir}/etc/workspace_service/pilot/users.properties' has owner-only r permissions."/>
+ <!-- chmod ant target does not work on directories... -->
+
+ <exec executable="chmod">
+ <arg value="700"/>
+ <arg value="${deploy.dir}/etc/workspace_service/tmpfiles"/>
+ </exec>
+
</target>
<target name="make.persistence.dir">
More information about the workspace-commit
mailing list