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

[02/17] git commit: [flex-falcon] [refs/heads/maven] - try to unlock sdk build on builds.a.o

try to unlock sdk build on builds.a.o


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

Branch: refs/heads/maven
Commit: c87817b228b63238035d5645e4d536abbd931a8a
Parents: 697db6f
Author: Alex Harui <ah...@apache.org>
Authored: Thu Mar 20 07:23:32 2014 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Mar 20 07:24:51 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/c87817b2/jenkins.xml
----------------------------------------------------------------------
diff --git a/jenkins.xml b/jenkins.xml
index ef8afa3..053e137 100644
--- a/jenkins.xml
+++ b/jenkins.xml
@@ -34,6 +34,11 @@
         <mkdir dir="${jflex.root}" />
     </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" />
+    </target>
+    
     <target name="jflex-download" description="Copies JFlex from JFlex website">
         <echo message="Be patient. This takes a few minutes..." />
         <get src="http://jflex.de/${jflex.filename}.zip" dest="${jflex.temp.filename}" verbose="false" />