Changeset 28875
- Timestamp:
- Aug 9, 2010, 5:47:56 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ippScripts/scripts/automate_stacks.pl (modified) (3 diffs)
-
ippconfig/recipes/nightly_science.config (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/automate_stacks.pl
r28827 r28875 1046 1046 my $args = $command; 1047 1047 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 "; 1049 1049 } 1050 1050 elsif ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'B')) { … … 1065 1065 1066 1066 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 { 1084 1084 foreach my $target (@target_list) { 1085 1085 if (exists($noclean_list{$target})) { … … 1101 1101 } 1102 1102 } 1103 }1103 # } 1104 1104 } 1105 1105 return(0); -
trunk/ippconfig/recipes/nightly_science.config
r28805 r28875 46 46 # COMMENT STR M31% 47 47 STACKABLE BOOL TRUE 48 DIST S16 30 48 49 END 49 50 TARGETS METADATA … … 54 55 # COMMENT STR %MD01% 55 56 STACKABLE BOOL TRUE 57 DIST S16 30 56 58 END 57 59 TARGETS METADATA … … 62 64 # COMMENT STR %MD02% 63 65 STACKABLE BOOL TRUE 66 DIST S16 30 64 67 END 65 68 TARGETS METADATA … … 70 73 # COMMENT STR %MD03% 71 74 STACKABLE BOOL TRUE 75 DIST S16 30 72 76 END 73 77 TARGETS METADATA … … 78 82 # COMMENT STR %MD04% 79 83 STACKABLE BOOL TRUE 84 DIST S16 30 80 85 END 81 86 TARGETS METADATA … … 86 91 # COMMENT STR %MD05% 87 92 STACKABLE BOOL TRUE 93 DIST S16 30 88 94 END 89 95 TARGETS METADATA … … 94 100 # COMMENT STR %MD06% 95 101 STACKABLE BOOL TRUE 102 DIST S16 30 96 103 END 97 104 TARGETS METADATA … … 102 109 # COMMENT STR %MD07% 103 110 STACKABLE BOOL TRUE 111 DIST S16 30 104 112 END 105 113 TARGETS METADATA … … 110 118 # COMMENT STR %MD08% 111 119 STACKABLE BOOL TRUE 120 DIST S16 30 112 121 END 113 122 TARGETS METADATA … … 118 127 # COMMENT STR %MD09% 119 128 STACKABLE BOOL TRUE 129 DIST S16 30 120 130 END 121 131 TARGETS METADATA … … 126 136 # COMMENT STR %MD10% 127 137 STACKABLE BOOL TRUE 138 DIST S16 30 128 139 END 129 140 TARGETS METADATA … … 150 161 # OBJECT STR 3PI 151 162 STACKABLE BOOL FALSE 163 CHIP S16 14 164 DIFF S16 14 152 165 END 153 166 # This is a hack, and I freely admit it.
Note:
See TracChangeset
for help on using the changeset viewer.
