Ignore:
Timestamp:
2016-12-09T21:37:52+13:00 (7 years ago)
Author:
ak19
Message:

First major commit to do with the new oaiinfo db that keeps track of which oids are deleted. Still need to fix up issue with the new remove and rename subroutines of dbutil's jdbm not being called to clean up *.lg log file associated with main db file. Still need to clean up unused methods in oaiinfo, remove debugging and test agains GS3 incr-build-with-manifest tutorial. (Previous 3 commits were commits, not all related.)

File:
1 edited

Legend:

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

    r30596 r31190  
    9292# Greenstone modules
    9393use colcfg;
     94use oaiinfo;
    9495use scriptutil;
    9596use servercontrol;
     
    354355    }
    355356    }
     357
     358
     359    # now we've moved building to index, move tmp oaidb to live oaidb in parallel
     360    my $oai_info = new oaiinfo($collect_cfg_filename, $collectcfg->{'infodbtype'});
     361    $oai_info->activate_collection();
     362
    356363   
    357364    if ($buildtype eq "solr") {
Note: See TracChangeset for help on using the changeset viewer.