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

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


The following commit(s) were added to refs/heads/develop by this push:
     new 149393f5cc Change location of CI asstets for release scripts
149393f5cc is described below

commit 149393f5cc67a9895149ae7be7cf75c25d1fcc14
Author: Yishay Weiss <[email protected]>
AuthorDate: Sun Feb 5 15:54:59 2023 +0200

    Change location of CI asstets for release scripts
---
 ApproveRoyale.xml | 6 +++---
 releasesteps.xml  | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/ApproveRoyale.xml b/ApproveRoyale.xml
index e70ab5ce99..d37a5575d2 100644
--- a/ApproveRoyale.xml
+++ b/ApproveRoyale.xml
@@ -122,7 +122,7 @@
     unless="release.version"/>
 
     <condition property="package.url.path"
-        
value="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out";>
+        
value="http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out";>
         <not>
             <isset property="rc" />
         </not>
@@ -880,9 +880,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://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip";
+        <get 
src="http://apacheroyale.francecentral.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://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-compiler%20release%20branch/lastSuccessfulBuild/artifact/out/${binary.jx.kit}.zip.sha512";
+        <get 
src="http://apacheroyale.francecentral.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">
diff --git a/releasesteps.xml b/releasesteps.xml
index 2acb396975..c58258117e 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -181,7 +181,7 @@
         unless="artifact.folder.found"/>
     </target>
     <target name="download-artifacts" if="artifactfolder">
-        <get 
src="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_011/lastSuccessfulBuild/artifact/*zip*/archive.zip";
 dest="${artifactfolder}/archive.zip" />
+        <get 
src="http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/Royale_Release_Step_011/lastSuccessfulBuild/artifact/*zip*/archive.zip";
 dest="${artifactfolder}/archive.zip" />
     </target>
     <target name="unzip-artifacts" if="artifactfolder">
         <mkdir dir="${artifactfolder}/artifacts" />
@@ -1177,7 +1177,7 @@
     </target>
     
     <target name="download-ant-artifacts" if="artifactfolder">
-        <get 
src="http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_013/lastSuccessfulBuild/artifact/artifacts/royale-asjs/out/*zip*/out.zip";
 dest="${artifactfolder}/archive.zip" />
+        <get 
src="http://apacheroyale.francecentral.cloudapp.azure.com:8080/job/Royale_Release_Step_013/lastSuccessfulBuild/artifact/artifacts/royale-asjs/out/*zip*/out.zip";
 dest="${artifactfolder}/archive.zip" />
     </target>
     <target name="unzip-ant-artifacts" if="artifactfolder">
         <mkdir dir="${artifactfolder}/artifacts" />

Reply via email to