IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28875


Ignore:
Timestamp:
Aug 9, 2010, 5:47:56 PM (16 years ago)
Author:
watersc1
Message:

changing retention times for MD (longer dist) and 3Pi (shorter chip/diff)

Location:
trunk
Files:
2 edited

Legend:

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

    r28827 r28875  
    10461046    my $args = $command;
    10471047    if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'A')) {
    1048         $args .= " -dbname $dbname -updaterun -set_state goto_cleaned -full -set_label goto_cleaned -time_stamp_end $cleaning_date ";
     1048        $args .= " -dbname $dbname -updaterun -set_state goto_cleaned -full -set_label goto_cleaned -label $label -time_stamp_end $cleaning_date ";
    10491049    }
    10501050    elsif ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'B')) {
     
    10651065
    10661066    foreach my $mode (@mode_list) {
    1067         if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'A')) {
    1068             my ($cleaning_date,$command) = construct_cleantool_args($date,"",$mode);
    1069             if ($cleaning_date eq 'no clean') {
    1070                 next;
    1071             }
    1072             print STDERR "$command\n";
    1073             if (!(defined($pretend) || $debug == 1)) {
    1074 #           print STDERR "BEAR IS DRIVING!?\n";
    1075                 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
    1076                     run ( command => $command, verbose => $verbose );
    1077                 unless ($success) {
    1078                     $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
    1079                     &my_die("Unable to perform cleantool ($command): $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);
    1080                 }
    1081             }
    1082         }
    1083         else {
     1067#       if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'A')) {
     1068#           my ($cleaning_date,$command) = construct_cleantool_args($date,"",$mode);
     1069#           if ($cleaning_date eq 'no clean') {
     1070#               next;
     1071#           }
     1072#           print STDERR "$command\n";
     1073#           if (!(defined($pretend) || $debug == 1)) {
     1074# #           print STDERR "BEAR IS DRIVING!?\n";
     1075#               my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
     1076#                   run ( command => $command, verbose => $verbose );
     1077#               unless ($success) {
     1078#                   $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
     1079#                   &my_die("Unable to perform cleantool ($command): $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);
     1080#               }
     1081#           }
     1082#       }
     1083#       else {
    10841084            foreach my $target (@target_list) {
    10851085                if (exists($noclean_list{$target})) {
     
    11011101                }
    11021102            }
    1103         }
     1103#       }
    11041104    }
    11051105    return(0);
  • trunk/ippconfig/recipes/nightly_science.config

    r28805 r28875  
    4646#  COMMENT STR M31%
    4747  STACKABLE BOOL TRUE
     48  DIST S16 30
    4849END
    4950TARGETS METADATA
     
    5455#  COMMENT STR %MD01%
    5556  STACKABLE BOOL TRUE
     57  DIST S16 30
    5658END
    5759TARGETS METADATA
     
    6264#  COMMENT STR %MD02%
    6365  STACKABLE BOOL TRUE
     66  DIST S16 30
    6467END
    6568TARGETS METADATA
     
    7073#  COMMENT STR %MD03%
    7174  STACKABLE BOOL TRUE
     75  DIST S16 30
    7276END
    7377TARGETS METADATA
     
    7882#  COMMENT STR %MD04%
    7983  STACKABLE BOOL TRUE
     84  DIST S16 30
    8085END
    8186TARGETS METADATA
     
    8691#  COMMENT STR %MD05%
    8792  STACKABLE BOOL TRUE
     93  DIST S16 30
    8894END
    8995TARGETS METADATA
     
    94100#  COMMENT STR %MD06%
    95101  STACKABLE BOOL TRUE
     102  DIST S16 30
    96103END
    97104TARGETS METADATA
     
    102109#  COMMENT STR %MD07%
    103110  STACKABLE BOOL TRUE
     111  DIST S16 30
    104112END
    105113TARGETS METADATA
     
    110118#  COMMENT STR %MD08%
    111119  STACKABLE BOOL TRUE
     120  DIST S16 30
    112121END
    113122TARGETS METADATA
     
    118127#  COMMENT STR %MD09%
    119128  STACKABLE BOOL TRUE
     129  DIST S16 30
    120130END
    121131TARGETS METADATA
     
    126136#  COMMENT STR %MD10%
    127137  STACKABLE BOOL TRUE
     138  DIST S16 30
    128139END
    129140TARGETS METADATA
     
    150161# OBJECT STR 3PI
    151162  STACKABLE BOOL FALSE
     163  CHIP S16 14
     164  DIFF S16 14
    152165END
    153166# This is a hack, and I freely admit it.
Note: See TracChangeset for help on using the changeset viewer.