You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2012/08/27 18:43:56 UTC

svn commit: r1377738 - /lucene/dev/trunk/build.xml

Author: rmuir
Date: Mon Aug 27 16:43:56 2012
New Revision: 1377738

URL: http://svn.apache.org/viewvc?rev=1377738&view=rev
Log:
disable check for now until jenkins configurations are fixed to not be so slow

Modified:
    lucene/dev/trunk/build.xml

Modified: lucene/dev/trunk/build.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/build.xml?rev=1377738&r1=1377737&r2=1377738&view=diff
==============================================================================
--- lucene/dev/trunk/build.xml (original)
+++ lucene/dev/trunk/build.xml Mon Aug 27 16:43:56 2012
@@ -262,7 +262,9 @@
   </target>
 
   <!-- Jenkins tasks -->
-  <target name="jenkins-hourly" depends="clean,test,validate,-jenkins-javadocs-lint,-svn-status,check-svn-properties"/>
+  <!-- TODO: figure out how to run check-svn-properties for the various jenkins' that
+       are configured in slow ways / have slow i/o systems -->
+  <target name="jenkins-hourly" depends="clean,test,validate,-jenkins-javadocs-lint,-svn-status"/>
   
   <target name="jenkins-clover">
     <antcall target="-jenkins-clover">