You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/01/08 07:24:43 UTC

[royale-asjs] branch develop updated: add way to prevent posting an rc

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

aharui 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 0b6a6fc  add way to prevent posting an rc
0b6a6fc is described below

commit 0b6a6fcc5ebc35b45d929c8ca07eb38e37246689
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sun Jan 7 23:24:37 2018 -0800

    add way to prevent posting an rc
---
 releasecandidate.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 41f00bd..1a82470 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -725,7 +725,7 @@
 		<!--<ant antfile="build.xml" target="doc-sign" />-->
     </target>
     
-    <target name="stage.rc">
+    <target name="stage.rc" unless="no.push">
 		<mkdir dir="${dist.dev}/royale/${release.version}/rc${rc}/binaries" />
 		<!--<mkdir dir="${dist.dev}/royale/${release.version}/rc${rc}/doc" />-->
 		<copy todir="${dist.dev}/royale/${release.version}/rc${rc}" >
@@ -752,7 +752,7 @@
 		<copy file="${asjs}/ApproveRoyale.xml" tofile="${dist.dev}/royale/${release.version}/rc${rc}/ApproveRoyale.xml" />
 	</target>
     
-	<target name="push.rc" >
+	<target name="push.rc" unless="no.push">
 		<exec executable="${svn}" dir="${dist.dev}/royale" failonerror="true" >
 			<arg value="add" />
 			<arg value="${dist.dev}/royale/${release.version}/rc${rc}" />

-- 
To stop receiving notification emails like this one, please contact
['"commits@royale.apache.org" <co...@royale.apache.org>'].