You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/11/03 00:19:35 UTC

git commit: [flex-falcon] [refs/heads/develop] - update svn first

Repository: flex-falcon
Updated Branches:
  refs/heads/develop e853162f7 -> 9cedab293


update svn first


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/9cedab29
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/9cedab29
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/9cedab29

Branch: refs/heads/develop
Commit: 9cedab293b784e0cdfa561b79d182cce72c76f54
Parents: e853162
Author: Alex Harui <ah...@apache.org>
Authored: Mon Nov 2 15:21:30 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Mon Nov 2 15:21:30 2015 -0800

----------------------------------------------------------------------
 releasecandidate.xml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/9cedab29/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 61d5273..122a74b 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -209,6 +209,9 @@
 		<copy file="${basedir}/README" tofile="${dist.dev}/flex/falcon/${release.version}/rc${rc}/READme" />
 		<copy file="${basedir}/ApproveFalcon.xml" tofile="${dist.dev}/flex/falcon/${release.version}/rc${rc}/ApproveFalcon.xml" />
 		<copy file="${basedir}/apache-flex-falconjx-installer-config.xml" tofile="${dist.dev}/flex/falcon/${release.version}/rc${rc}/binaries/apache-flex-falconjx-installer-config.xml" />
+        <exec executable="${svn}" dir="${dist.dev}/flex/falcon" failonerror="true" >
+            <arg value="update" />
+        </exec>
 		<exec executable="${svn}" dir="${dist.dev}/flex/falcon" failonerror="true" >
 			<arg value="add" />
 			<arg value="${dist.dev}/flex/falcon/${release.version}/rc${rc}" />