Ignore:
Timestamp:
2008-07-01T15:40:42+12:00 (16 years ago)
Author:
mdewsnip
Message:

Removed the "-incremental" option from buildcol.pl (because it didn't do anything different to "-keepold", and changed "-incremental_dlc" back to "-incremental". Lots more incremental improvements on the way.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/bin/script/buildcol.pl

    r14942 r16259  
    218218    'hiddengli' => "yes" },
    219219      { 'name' => "disable_OAI",
    220           'desc' => "{buildcol.disable_OAI}",
    221           'type' => "flag",
    222           'reqd' => "no",
    223           'modegli' => "2",
    224       'hiddengli' => "yes" }
    225 
    226 #      { 'name' => "incremental_dlc",
    227 #   'desc' => "{buildcol.incremental_dlc}",
    228 #   'type' => "flag",
    229 #   'reqd' => "no",
    230 #        'hiddengli' => "yes" }
     220        'desc' => "{buildcol.disable_OAI}",
     221        'type' => "flag",
     222        'reqd' => "no",
     223        'modegli' => "2",
     224    'hiddengli' => "yes" },
    231225      ];
    232226
     
    273267#        Thompson, DL Consulting Ltd.
    274268#
    275 #  @param  $incremental_dlc If true indicates this build should not regenerate all
     269#  @param  $incremental If true indicates this build should not regenerate all
    276270#                       the index and metadata files, and should instead just
    277271#                       append the information found in the archives directory
     
    290284    $create_images, $collectdir, $build, $type, $textindex,
    291285    $no_strip_html, $no_text, $faillog, $gli, $index, $language,
    292     $sections_index_document_metadata, $maxnumeric, $incremental_dlc,
     286    $sections_index_document_metadata, $maxnumeric,
    293287    $disable_OAI);
    294288
    295289    my $xml = 0;
    296     $incremental_dlc = 0; # this is hidden for now as it doesn't work for standard greenstone at the moment
    297290    my $hashParsingResult = {};
    298291    # general options available to all plugins
     
    569562    eval("\$builder = new $buildertype(\$collection, " .
    570563     "\$realarchivedir, \$realbuilddir, \$verbosity, " .
    571      "\$maxdocs, \$debug, \$keepold, \$incremental, \$incremental_dlc, " .
     564     "\$maxdocs, \$debug, \$keepold, \$incremental, " .
    572565     "\$remove_empty_classifications, " .
    573566     "\$out, \$no_text, \$faillog, \$gli, \$disable_OAI)");
Note: See TracChangeset for help on using the changeset viewer.