Sorry I broke the build - thanks for fixing Robert! -----Original Message----- From: [email protected] [mailto:[email protected]] Sent: Friday, April 06, 2012 8:08 PM To: [email protected] Subject: svn commit: r1310646 - in /lucene/dev/nightly: hudson-lucene-3.x.sh hudson-lusolr-tests-3.x.sh hudson-solr-3.x.sh
Author: rmuir Date: Sat Apr 7 00:07:57 2012 New Revision: 1310646 URL: http://svn.apache.org/viewvc?rev=1310646&view=rev Log: try once to unbreak build nicely Modified: lucene/dev/nightly/hudson-lucene-3.x.sh lucene/dev/nightly/hudson-lusolr-tests-3.x.sh lucene/dev/nightly/hudson-solr-3.x.sh Modified: lucene/dev/nightly/hudson-lucene-3.x.sh URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-3.x.sh?rev=1310646&r1=1310645&r2=1310646&view=diff ============================================================================== --- lucene/dev/nightly/hudson-lucene-3.x.sh (original) +++ lucene/dev/nightly/hudson-lucene-3.x.sh Sat Apr 7 00:07:57 2012 @@ -1,4 +1,5 @@ #!/bin/sh +IGNORE_AUTHOR_TAGS=1 . $WORKSPACE/nightly/hudson-settings.sh #Update the Version # when doing a release Modified: lucene/dev/nightly/hudson-lusolr-tests-3.x.sh URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lusolr-tests-3.x.sh?rev=1310646&r1=1310645&r2=1310646&view=diff ============================================================================== --- lucene/dev/nightly/hudson-lusolr-tests-3.x.sh (original) +++ lucene/dev/nightly/hudson-lusolr-tests-3.x.sh Sat Apr 7 00:07:57 2012 @@ -1,4 +1,5 @@ #!/bin/sh +IGNORE_AUTHOR_TAGS=1 . $WORKSPACE/nightly/hudson-settings.sh # temporary: just to look for corner-cases for a bit Modified: lucene/dev/nightly/hudson-solr-3.x.sh URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-3.x.sh?rev=1310646&r1=1310645&r2=1310646&view=diff ============================================================================== --- lucene/dev/nightly/hudson-solr-3.x.sh (original) +++ lucene/dev/nightly/hudson-solr-3.x.sh Sat Apr 7 00:07:57 2012 @@ -1,4 +1,5 @@ #!/bin/sh +IGNORE_AUTHOR_TAGS=1 . $WORKSPACE/nightly/hudson-settings.sh VERSION=3.6-$BUILD_ID
