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 <[email protected]> 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 "[email protected]" <[email protected]>.
