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 2014/04/06 09:02:50 UTC

git commit: [flex-falcon] [refs/heads/develop] - the -- got in the way so just delete it

Repository: flex-falcon
Updated Branches:
  refs/heads/develop 740724cb1 -> 11946a1f9


the -- got in the way so just delete it


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

Branch: refs/heads/develop
Commit: 11946a1f9000a243b59ee920897a2890b28c4558
Parents: 740724c
Author: Alex Harui <ah...@apache.org>
Authored: Sun Apr 6 00:02:45 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Sun Apr 6 00:02:45 2014 -0700

----------------------------------------------------------------------
 jenkins.xml | 18 ------------------
 1 file changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/11946a1f/jenkins.xml
----------------------------------------------------------------------
diff --git a/jenkins.xml b/jenkins.xml
index b9eecf7..672b187 100644
--- a/jenkins.xml
+++ b/jenkins.xml
@@ -35,24 +35,6 @@
     </target>
 
     <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"/>
-        </exec>
-          -->
     </target>
     
     <target name="jflex-download" description="Copies JFlex from JFlex website">