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:40 UTC

[06/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/d2119c68
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/d2119c68
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/d2119c68

Branch: refs/heads/maven
Commit: d2119c68ec319ea39d4bb650c4d2c8a307d8403d
Parents: 7190216
Author: Alex Harui <ah...@apache.org>
Authored: Thu Mar 20 09:45:53 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Mar 20 09:45:53 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/d2119c68/jenkins.xml
----------------------------------------------------------------------
diff --git a/jenkins.xml b/jenkins.xml
index 7154aa8..78aca83 100644
--- a/jenkins.xml
+++ b/jenkins.xml
@@ -37,14 +37,17 @@
     <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" />
+        <echo>Running git status</echo>
         <exec executable="git" dir="f:/hudson/hudson-slave/workspace/flex-sdk" failonerror="true">
             <arg value="status"/>
         </exec>
+        <echo>Running git checkout</echo>
         <exec executable="git" dir="f:/hudson/hudson-slave/workspace/flex-sdk" failonerror="true">
             <arg value="checkout"/>
             <arg value="--"/>
             <arg value="."/>
         </exec>
+        <echo>Running git clean</echo>
         <exec executable="git" dir="f:/hudson/hudson-slave/workspace/flex-sdk" failonerror="true">
             <arg value="clean"/>
             <arg value="-fd"/>