This is an automated email from the ASF dual-hosted git repository.

yishayw pushed a commit to branch release/0.9.7
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/release/0.9.7 by this push:
     new aac168f  Fix server name
aac168f is described below

commit aac168fa25c3bba4a7d76437d4b0b3ecde670696
Author: DESKTOP-RH4S838\Yishay <[email protected]>
AuthorDate: Sun May 3 14:52:51 2020 +0300

    Fix server name
---
 ApproveRoyale.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index 6fd2135..400c4ef 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -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