Changeset 28581 for trunk/ippScripts
- Timestamp:
- Jul 1, 2010, 3:16:35 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippScripts/scripts/automate_stacks.pl (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r28554 r28581 21 21 my $stacktool= can_run('stacktool') or (warn "Can't find stacktool" and $missing_tools = 1); 22 22 my $difftool = can_run('difftool') or (warn "Can't find difftool" and $missing_tools = 1); 23 my $magicdstool = can_run('magicdstool') or (warn "Can't find magicdstool" and $missing_tools = 1); 23 24 my $dettool = can_run('dettool') or (warn "Can't find dettool" and $missing_tools = 1); 24 25 my $ppConfigDump = can_run('ppConfigDump') or (warn "Can't find ppConfigDump" and $missing_tools = 1); … … 1023 1024 my ($label,$workdir,$obs_mode,$object,$comment,$tess_id,$dist_group,$data_group,$reduction) = get_tool_parameters($cleaning_date,$target); 1024 1025 my $args = $command; 1025 if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} )) {1026 if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'A')) { 1026 1027 $args .= " -dbname $dbname -updaterun -set_state goto_cleaned -full -set_label goto_cleaned -time_stamp_end $cleaning_date "; 1028 } 1029 elsif ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'B')) { 1030 $args .= " -dbname $dbname -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label $label "; 1027 1031 } 1028 1032 else { … … 1040 1044 1041 1045 foreach my $mode (sort (keys (%clean_commands))) { 1042 if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} )) {1046 if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'A')) { 1043 1047 my ($cleaning_date,$command) = construct_cleantool_args($date,"",$mode); 1044 1048 if ($cleaning_date eq 'no clean') {
Note:
See TracChangeset
for help on using the changeset viewer.
