Ignore:
Timestamp:
2007-12-19T15:03:24+13:00 (16 years ago)
Author:
dmn
Message:

davidbs changes to update for gs3 building

File:
1 edited

Legend:

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

    r14247 r14925  
    9999    'reqd' => "no",
    100100        'hiddengli' => "yes" },
     101      { 'name' => "site",
     102    'desc' => "{buildcol.site}",
     103    'type' => "string",
     104    'deft' => "",
     105    'reqd' => "no",
     106        'hiddengli' => "yes" },
    101107      { 'name' => "create_images",
    102108    'desc' => "{buildcol.create_images}",
     
    269275{
    270276    # command line args
    271     my ($verbosity, $archivedir, $cachedir, $builddir, $maxdocs,
     277    my ($verbosity, $archivedir, $cachedir, $builddir, $site, $maxdocs,
    272278    $debug, $mode, $indexname, $removeold, $keepold, $incremental,
    273279    $remove_empty_classifications,
     
    332338
    333339    # get and check the collection
    334     if (($collection = &util::use_collection(@ARGV, $collectdir)) eq "") {
     340    if (($collection = &colcfg::use_collection($site, @ARGV, $collectdir)) eq "") {
    335341    &PrintUsage::print_txt_usage($options, "{buildcol.params}");
    336342    die "\n";
Note: See TracChangeset for help on using the changeset viewer.