Ignore:
Timestamp:
2012-07-04T15:36:09+12:00 (12 years ago)
Author:
ak19
Message:

When doing incremental, don't want to be deleting building or moving it to index in activate.pl, but still need to do some activation for solr.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/buildcol.pl

    r25758 r25896  
    700700        push(@activate_argv,"-removeold") if($removeold);
    701701        push(@activate_argv,"-keepold") if($keepold);
     702        push(@activate_argv,"-incremental") if($incremental);
    702703        my $quoted_argv = join(" ", map { "\"$_\"" } @activate_argv);
    703704       
Note: See TracChangeset for help on using the changeset viewer.