Changeset 23311


Ignore:
Timestamp:
2010-11-10T15:57:24+13:00 (13 years ago)
Author:
kjdon
Message:

don't delete the import contents. from the collector, we may want to reconfigure the collection and for this we need to do a complete reimport

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/bin/script/build

    r22589 r23311  
    3232# use when called from within the collector. If it appears to
    3333# over-complicate things a little, that's why.
     34
     35# I think that currently (Nov 2010) its only officially used from the collector
     36# and depositor
    3437
    3538package build;
     
    243246    # remove any existing import data
    244247    if (&has_content ($importdir)) {
    245         print $out "build: WARNING: removing contents of $importdir\n";
    246         &util::rm_r ($importdir);
     248        #print $out "build: WARNING: removing contents of $importdir\n";
     249        #&util::rm_r ($importdir);
    247250    }
    248251   
Note: See TracChangeset for help on using the changeset viewer.