You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by yi...@apache.org on 2021/07/23 11:19:42 UTC

[royale-compiler] branch develop updated: Add some missing signatures on new artifacts

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-compiler.git


The following commit(s) were added to refs/heads/develop by this push:
     new f3964ea  Add some missing signatures on new artifacts
     new 2ddf696  Merge branch 'develop' of https://github.com/apache/royale-compiler into develop
f3964ea is described below

commit f3964eae6d723d182a93153b7d78829e7171b5db
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Fri Jul 23 14:18:48 2021 +0300

    Add some missing signatures on new artifacts
---
 releasesteps.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/releasesteps.xml b/releasesteps.xml
index 42dba5e..b4752ba 100644
--- a/releasesteps.xml
+++ b/releasesteps.xml
@@ -295,12 +295,21 @@
         <antcall target="sign-jar-artifacts" >
             <param name="jarname" value="compiler" />
         </antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/compiler/compiler/${release.version}/compiler-${release.version}-scripts.jar" />
+	</antcall>
         <antcall target="sign-jar-artifacts" >
             <param name="jarname" value="compiler-common" />
         </antcall>
         <antcall target="sign-jar-artifacts" >
             <param name="jarname" value="compiler-externc" />
         </antcall>
+	<antcall target="sign-jar-artifacts" >
+		<param name="jarname" value="compiler-playerglobalc" />
+	</antcall>
+	<antcall target="sign-file" >
+		<param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/compiler/compiler-playerglobalc/${release.version}/compiler-playerglobalc-${release.version}-tests.jar" />
+	</antcall>
         <antcall target="sign-file" >
             <param name="file" value="${artifactfolder}/artifacts/archive/target/local-release-dir/org/apache/royale/compiler/compiler-externc/${release.version}/compiler-externc-${release.version}-tests.jar" />
         </antcall>