continue to try to use flex-falcon script to fix flex-sdk script
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/ac9d795b Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/ac9d795b Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/ac9d795b Branch: refs/heads/maven Commit: ac9d795bbe250e58e9ca145a890189454e531aaf Parents: 13592ed Author: Alex Harui <[email protected]> Authored: Thu Mar 20 09:15:18 2014 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Mar 20 09:15:18 2014 -0700 ---------------------------------------------------------------------- jenkins.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/ac9d795b/jenkins.xml ---------------------------------------------------------------------- diff --git a/jenkins.xml b/jenkins.xml index 053e137..409d300 100644 --- a/jenkins.xml +++ b/jenkins.xml @@ -37,6 +37,14 @@ <target name="clear.sdk.lock" > <!-- attempt to delete file on builds.apache.org that is gumming up the sdk build --> <delete file="f:/hudson/hudson-slave/workspace/flex-sdk/.git/index.lock" /> + <exec executable="git" dir="f:/hudson/hudson-slave/workspace/flex-sdk" failonerror="true"> + <arg value="status"/> + </exec> + <exec executable="git" dir="f:/hudson/hudson-slave/workspace/flex-sdk" failonerror="true"> + <arg value="checkout"/> + <arg value="--"/> + <arg value="."/> + </exec> </target> <target name="jflex-download" description="Copies JFlex from JFlex website">
