Ignore:
Timestamp:
2012-02-21T13:33:41+13:00 (12 years ago)
Author:
jmt12
Message:

(Temporarily) removing the global file scan and the tmp file deletion

File:
1 edited

Legend:

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

    r24697 r25116  
    463463    $tmpdir =~ s/\/$//;
    464464    if (-e $tmpdir) {
    465         &gsprintf($out, "{import.removing_tmpdir}\n");
    466         &util::rm_r ($tmpdir);
     465        #&gsprintf($out, "{import.removing_tmpdir}\n");
     466        #&util::rm_r ($tmpdir);
    467467    }
    468468    }
     
    589589    if ($manifest eq '' || (defined $collectcfg->{'complexmeta'} && $collectcfg->{'complexmeta'} eq 'true'))
    590590    {
    591       &plugin::file_block_read($pluginfo, $importdir, "", $block_hash, $metadata, $gli);
     591      print "Temporarily skipping global file scan as it is slow as molasses\n";
     592      #&plugin::file_block_read($pluginfo, $importdir, "", $block_hash, $metadata, $gli);
    592593    }
    593594    else
Note: See TracChangeset for help on using the changeset viewer.