IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27954


Ignore:
Timestamp:
May 13, 2010, 2:31:31 PM (16 years ago)
Author:
bills
Message:

skip importation of dbinfo into the database until we stop making schema changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/receive_advance.pl

    r27718 r27954  
    6060    &my_die( "Unable to set up", $fileset_id, $PS_EXIT_CONFIG_ERROR ); # IPP configuration
    6161
    62 # update the fileset entry
    63 
    64 if ($dbinfo_uri and ($dbinfo_uri ne "NULL")) {
     62my $import_run_to_db = 0;
     63if ($import_run_to_db and $dbinfo_uri and ($dbinfo_uri ne "NULL")) {
    6564    my $filename = basename($dbinfo_uri);
    6665    my ($stage) = $filename =~ m|^dbinfo\.(\S+)\.\d+\.mdc$|; # Stage of interest
     
    102101}
    103102
     103# update the fileset entry
    104104# All done
    105105{
Note: See TracChangeset for help on using the changeset viewer.