You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by jo...@apache.org on 2014/03/23 14:09:38 UTC

[04/17] git commit: [flex-falcon] [refs/heads/maven] - continue to try to use flex-falcon script to fix flex-sdk script

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 <ah...@apache.org>
Authored: Thu Mar 20 09:15:18 2014 -0700
Committer: Alex Harui <ah...@apache.org>
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">