You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2010/05/04 15:30:16 UTC

svn commit: r940848 - in /lucene/dev/nightly: hudson-lucene-3.x.sh hudson-lucene-trunk.sh hudson-solr-3.x.sh

Author: uschindler
Date: Tue May  4 13:30:16 2010
New Revision: 940848

URL: http://svn.apache.org/viewvc?rev=940848&view=rev
Log:
update hudson build scripts

Added:
    lucene/dev/nightly/hudson-lucene-3.x.sh
      - copied, changed from r939010, lucene/dev/nightly/hudson-lucene-trunk.sh
    lucene/dev/nightly/hudson-solr-3.x.sh
      - copied, changed from r939010, lucene/dev/nightly/hudson-solr-trunk.sh
Modified:
    lucene/dev/nightly/hudson-lucene-trunk.sh

Copied: lucene/dev/nightly/hudson-lucene-3.x.sh (from r939010, lucene/dev/nightly/hudson-lucene-trunk.sh)
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-3.x.sh?p2=lucene/dev/nightly/hudson-lucene-3.x.sh&p1=lucene/dev/nightly/hudson-lucene-trunk.sh&r1=939010&r2=940848&rev=940848&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-3.x.sh Tue May  4 13:30:16 2010
@@ -4,8 +4,8 @@ set -x
 
 . $WORKSPACE/nightly/hudson-settings.sh
 
-# in Lucene this is faked to look like "trunk", in reality its the subfolder lucene of trunk:
-SVN_BRANCH_DIR=trunk
+# in Lucene this is faked to look like "branch_31", in reality its the subfolder lucene of branch_31:
+SVN_BRANCH_DIR=branch_31
 
 #Update the Version # when doing a release
 MAVEN_ARTIFACT_VERSION=3.1-SNAPSHOT

Modified: lucene/dev/nightly/hudson-lucene-trunk.sh
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-lucene-trunk.sh?rev=940848&r1=940847&r2=940848&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-lucene-trunk.sh (original)
+++ lucene/dev/nightly/hudson-lucene-trunk.sh Tue May  4 13:30:16 2010
@@ -8,7 +8,7 @@ set -x
 SVN_BRANCH_DIR=trunk
 
 #Update the Version # when doing a release
-MAVEN_ARTIFACT_VERSION=3.1-SNAPSHOT
+MAVEN_ARTIFACT_VERSION=4.0-SNAPSHOT
 
 ARTIFACTS=$WORKSPACE/artifacts
 MAVEN_ARTIFACTS=$WORKSPACE/maven_artifacts

Copied: lucene/dev/nightly/hudson-solr-3.x.sh (from r939010, lucene/dev/nightly/hudson-solr-trunk.sh)
URL: http://svn.apache.org/viewvc/lucene/dev/nightly/hudson-solr-3.x.sh?p2=lucene/dev/nightly/hudson-solr-3.x.sh&p1=lucene/dev/nightly/hudson-solr-trunk.sh&r1=939010&r2=940848&rev=940848&view=diff
==============================================================================
--- lucene/dev/nightly/hudson-solr-trunk.sh (original)
+++ lucene/dev/nightly/hudson-solr-3.x.sh Tue May  4 13:30:16 2010
@@ -4,8 +4,8 @@ set -x
 
 . $WORKSPACE/nightly/hudson-settings.sh
 
-SVN_SOLR_BRANCH_DIR=trunk/solr
-SVN_LUCENE_BRANCH_DIR=trunk/lucene
+SVN_SOLR_BRANCH_DIR=branch_31/solr
+SVN_LUCENE_BRANCH_DIR=branch_31/lucene
 
 cd $WORKSPACE/$SVN_SOLR_BRANCH_DIR