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

svn commit: r1369070 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/cloud-dev/

Author: markrmiller
Date: Fri Aug  3 16:12:08 2012
New Revision: 1369070

URL: http://svn.apache.org/viewvc?rev=1369070&view=rev
Log:
some script update/fixes

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/cloud-dev/   (props changed)
    lucene/dev/branches/branch_4x/solr/cloud-dev/example1.sh
    lucene/dev/branches/branch_4x/solr/cloud-dev/example2.sh
    lucene/dev/branches/branch_4x/solr/cloud-dev/example3.sh
    lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-extzk-start.sh
    lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-multi-start.sh
    lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-start.sh

Modified: lucene/dev/branches/branch_4x/solr/cloud-dev/example1.sh
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/cloud-dev/example1.sh?rev=1369070&r1=1369069&r2=1369070&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/cloud-dev/example1.sh (original)
+++ lucene/dev/branches/branch_4x/solr/cloud-dev/example1.sh Fri Aug  3 16:12:08 2012
@@ -7,6 +7,7 @@ rm -r -f example2
 rm -r -f dist
 rm -r -f build
 rm -r -f example/solr/zoo_data
+rm -r -f example/solr/collection1/data
 rm -f example/example.log
 
 ant example dist

Modified: lucene/dev/branches/branch_4x/solr/cloud-dev/example2.sh
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/cloud-dev/example2.sh?rev=1369070&r1=1369069&r2=1369070&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/cloud-dev/example2.sh (original)
+++ lucene/dev/branches/branch_4x/solr/cloud-dev/example2.sh Fri Aug  3 16:12:08 2012
@@ -9,6 +9,7 @@ rm -r -f example4
 rm -r -f dist
 rm -r -f build
 rm -r -f example/solr/zoo_data
+rm -r -f example/solr/collection1/data
 rm -f example/example.log
 
 ant example dist

Modified: lucene/dev/branches/branch_4x/solr/cloud-dev/example3.sh
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/cloud-dev/example3.sh?rev=1369070&r1=1369069&r2=1369070&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/cloud-dev/example3.sh (original)
+++ lucene/dev/branches/branch_4x/solr/cloud-dev/example3.sh Fri Aug  3 16:12:08 2012
@@ -9,6 +9,7 @@ rm -r -f example4
 rm -r -f dist
 rm -r -f build
 rm -r -f example/solr/zoo_data
+rm -r -f example/solr/collection1/data
 rm -f example/example.log
 
 ant example dist

Modified: lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-extzk-start.sh
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-extzk-start.sh?rev=1369070&r1=1369069&r2=1369070&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-extzk-start.sh (original)
+++ lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-extzk-start.sh Fri Aug  3 16:12:08 2012
@@ -13,7 +13,7 @@ rm -r -f example6
 rm -r -f dist
 rm -r -f build
 rm -r -f example/solr/zoo_data
-rm -r -f example/solr/data
+rm -r -f example/solr/collection1/data
 rm -f example/example.log
 
 ant example dist

Modified: lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-multi-start.sh
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-multi-start.sh?rev=1369070&r1=1369069&r2=1369070&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-multi-start.sh (original)
+++ lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-multi-start.sh Fri Aug  3 16:12:08 2012
@@ -13,7 +13,7 @@ rm -r -f example6
 rm -r -f dist
 rm -r -f build
 rm -r -f example/solr/zoo_data
-rm -r -f example/solr/data
+rm -r -f example/solr/collection1/data
 rm -f example/example.log
 
 ant example dist

Modified: lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-start.sh
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-start.sh?rev=1369070&r1=1369069&r2=1369070&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-start.sh (original)
+++ lucene/dev/branches/branch_4x/solr/cloud-dev/solrcloud-start.sh Fri Aug  3 16:12:08 2012
@@ -11,7 +11,7 @@ rm -r -f example6
 rm -r -f dist
 rm -r -f build
 rm -r -f example/solr/zoo_data
-rm -r -f example/solr/data
+rm -r -f example/solr/collection1/data
 rm -f example/example.log
 
 ant example dist