Author: yishayw
Date: Sun May  3 11:57:27 2020
New Revision: 39255

Log:
Update server name in ApproveRoyale script

Modified:
    dev/royale/0.9.7/rc3/ApproveRoyale.xml

Modified: dev/royale/0.9.7/rc3/ApproveRoyale.xml
==============================================================================
--- dev/royale/0.9.7/rc3/ApproveRoyale.xml (original)
+++ dev/royale/0.9.7/rc3/ApproveRoyale.xml Sun May  3 11:57:27 2020
@@ -122,7 +122,7 @@
     unless="release.version"/>
 
     <condition property="package.url.path"
-        
value="http://apacheflexbuild.cloudapp.net:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out";>
+        
value="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out";>
         <not>
             <isset property="rc" />
         </not>
@@ -877,9 +877,9 @@
     <target name="get.compiler.nightly" if="compiler.nightly">
         <property name="kit.jx.prefix" 
value="apache.royale-compilerjx-${release.version}"/>
         <property name="binary.jx.kit" value="${kit.jx.prefix}-bin"/>
-        <get 
src="http://apacheflexbuild.cloudapp.net:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip";
+        <get 
src="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip";
              dest="${basedir}/${binary.jx.kit}.zip" verbose="true" 
skipexisting="true"/>
-        <get 
src="http://apacheflexbuild.cloudapp.net:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip.sha512";
+        <get 
src="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip.sha512";
              dest="${basedir}/${binary.jx.kit}.zip.sha512" verbose="true" 
skipexisting="true"/>
         <checksum file="${basedir}/${binary.jx.kit}.zip" algorithm="SHA-512" 
verifyproperty="compiler.SHA-512.ok" fileext=".sha512"/>
         <condition property="CompilerSHA-512Invalid">


Reply via email to