Changeset 24682


Ignore:
Timestamp:
2011-09-28T13:19:05+13:00 (13 years ago)
Author:
jmt12
Message:

Restored the complexmeta flag needed to allow parallel importing with metadata.xml file to work properly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs2-extensions/parallel-building/trunk/src/perllib/colcfg.pm

    r24626 r24682  
    167167
    168168    return &cfgread::read_cfg_file ($filename,
    169                     q/^(infodbtype|creator|public|defaultindex|importdir|/ .
     169                    q/^(infodbtype|creator|public|complexmeta|defaultindex|importdir|/ .
    170170                    q/archivedir|cachedir|builddir|removeold|/ .
    171171                    q/textcompress|buildtype|othogonalbuildtypes|no_text|keepold|gzip|/ .
     
    189189   
    190190    &cfgread::write_cfg_file($filename, $data,
    191                  q/^(infodbtype|creator|public|defaultindex|importdir|/ .
     191                 q/^(infodbtype|creator|public|complexmeta|defaultindex|importdir|/ .
    192192                 q/archivedir|cachedir|builddir|removeold|/ .
    193193                 q/textcompress|buildtype|no_text|keepold|gzip|/ .
Note: See TracChangeset for help on using the changeset viewer.