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/07 06:38:06 UTC

[royale-asjs] 01/06: try svn up before staging

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

commit 4888e92ef73efb3fb06d352155977713193314f0
Author: Alex Harui <ah...@apache.org>
AuthorDate: Sat Jan 6 08:14:53 2018 -0800

    try svn up before staging
---
 releasecandidate.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/releasecandidate.xml b/releasecandidate.xml
index 406fe7a..092a630 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -792,6 +792,9 @@
 	</target>
 	
 	<target name="check-new-version" description="check if svn folder needs to be added" >
+        <exec executable="${svn}" dir="${dist.dev}/royale" failonerror="true" >
+            <arg value="update" />
+        </exec>
 		<condition property="version.folder" value="${dist.dev}/royale/${release.version}" >
 			<not>
 				<available file="${dist.dev}/royale/${release.version}" />

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