Ignore:
Timestamp:
2011-10-11T11:22:53+13:00 (13 years ago)
Author:
davidb
Message:

Tidied up support for -site in full-rebuild.pl and incremental-rebuild.pl plug more consistent handling of import.pl/buildcol.pl specific arguments. Tweaked wording printed out when switching from incremental to full building

File:
1 edited

Legend:

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

    r24362 r24747  
    125125    if ($buildcfg->{'buildtype'} ne $collectcfg->{'buildtype'}) {
    126126        print STDERR "*****\n";
    127         print STDERR "* Change of indexer detected. Switching to full buildcol.pl.\n";
     127        print STDERR "* Change of indexer detected. Switching to full buildcol.pl (with -removeold).\n";
    128128        print STDERR "*****\n";
    129129        $buildcol_cmd .= " -removeold";
     
    137137    # build.cfg doesn't exit
    138138    print STDERR "*****\n";
    139     print STDERR "* First time built. Switching to full buildcol.pl.\n";
     139    print STDERR "* First time built. Switching to full buildcol.pl (with -removeold).\n";
    140140    print STDERR "*****\n";
    141141    $buildcol_cmd .= " -removeold";
Note: See TracChangeset for help on using the changeset viewer.