common/build.postbuild.xml
changeset 778 33511d5b1edb
parent 773 6a54b486a5b4
child 784 9791b89d932a
--- a/common/build.postbuild.xml	Wed Nov 18 11:52:39 2009 +0000
+++ b/common/build.postbuild.xml	Wed Nov 18 19:14:23 2009 +0000
@@ -508,12 +508,8 @@
       <!-- Send the data to the server -->
 	  <exec executable="python">
 		    <arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/>
-		    <arg value="-s"/>
-		    <arg value="${diamonds.host}"/>
-		    <arg value="-u"/>
-		    <arg value="${diamonds.build.id}"/>
-		    <arg value="-f"/>
-		    <arg value="${build.log.dir}/linksForDiamonds.xml"/>
+		    <arg value="-u http://${diamonds.host}${diamonds.build.id}"/>
+		    <arg value="-f ${build.log.dir}/linksForDiamonds.xml"/>
 	  </exec>
     </target>
 
@@ -556,12 +552,8 @@
                         <!-- Send the data to the server -->
                         <exec executable="python">
                             <arg value="${sf.common.config.dir}/tools/brag/send_xml_to_diamonds.py"/>
-                            <arg value="-s"/>
-                            <arg value="${diamonds.host}"/>
-                            <arg value="-u"/>
-                            <arg value="${diamonds.build.id}"/>
-                            <arg value="-f"/>
-                            <arg value="${temp.build.dir}/bragForDiamonds.xml"/>
+                            <arg value="-u http://${diamonds.host}${diamonds.build.id}"/>
+                            <arg value="-f ${temp.build.dir}/bragForDiamonds.xml"/>
                         </exec>
                     </then>
                     <else>