Index: /trunk/ippScripts/scripts/automate_stacks.pl
===================================================================
--- /trunk/ippScripts/scripts/automate_stacks.pl	(revision 28874)
+++ /trunk/ippScripts/scripts/automate_stacks.pl	(revision 28875)
@@ -1046,5 +1046,5 @@
     my $args = $command;
     if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'A')) {
-	$args .= " -dbname $dbname -updaterun -set_state goto_cleaned -full -set_label goto_cleaned -time_stamp_end $cleaning_date ";
+	$args .= " -dbname $dbname -updaterun -set_state goto_cleaned -full -set_label goto_cleaned -label $label -time_stamp_end $cleaning_date ";
     }
     elsif ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'B')) {
@@ -1065,21 +1065,21 @@
 
     foreach my $mode (@mode_list) {
-	if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'A')) {
-	    my ($cleaning_date,$command) = construct_cleantool_args($date,"",$mode);
-	    if ($cleaning_date eq 'no clean') {
-		next;
-	    }
-	    print STDERR "$command\n";
-	    if (!(defined($pretend) || $debug == 1)) {
-#           print STDERR "BEAR IS DRIVING!?\n";
-		my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
-		    run ( command => $command, verbose => $verbose );
-		unless ($success) {
-		    $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
-		    &my_die("Unable to perform cleantool ($command): $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);
-		}
-	    }
-	}
-	else {
+# 	if ((exists($clean_alternate{$mode})) && ($clean_alternate{$mode} eq 'A')) {
+# 	    my ($cleaning_date,$command) = construct_cleantool_args($date,"",$mode);
+# 	    if ($cleaning_date eq 'no clean') {
+# 		next;
+# 	    }
+# 	    print STDERR "$command\n";
+# 	    if (!(defined($pretend) || $debug == 1)) {
+# #           print STDERR "BEAR IS DRIVING!?\n";
+# 		my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) =
+# 		    run ( command => $command, verbose => $verbose );
+# 		unless ($success) {
+# 		    $error_code = (($error_code >> 8) or $PS_EXIT_PROG_ERROR);
+# 		    &my_die("Unable to perform cleantool ($command): $error_code", 0,0,$date, $PS_EXIT_SYS_ERROR);
+# 		}
+# 	    }
+# 	}
+# 	else {
 	    foreach my $target (@target_list) {
 		if (exists($noclean_list{$target})) {
@@ -1101,5 +1101,5 @@
 		}
 	    }
-	}
+# 	}
     }
     return(0);
Index: /trunk/ippconfig/recipes/nightly_science.config
===================================================================
--- /trunk/ippconfig/recipes/nightly_science.config	(revision 28874)
+++ /trunk/ippconfig/recipes/nightly_science.config	(revision 28875)
@@ -46,4 +46,5 @@
 #  COMMENT STR M31%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -54,4 +55,5 @@
 #  COMMENT STR %MD01%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -62,4 +64,5 @@
 #  COMMENT STR %MD02%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -70,4 +73,5 @@
 #  COMMENT STR %MD03%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -78,4 +82,5 @@
 #  COMMENT STR %MD04%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -86,4 +91,5 @@
 #  COMMENT STR %MD05%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -94,4 +100,5 @@
 #  COMMENT STR %MD06%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -102,4 +109,5 @@
 #  COMMENT STR %MD07%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -110,4 +118,5 @@
 #  COMMENT STR %MD08%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -118,4 +127,5 @@
 #  COMMENT STR %MD09%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -126,4 +136,5 @@
 #  COMMENT STR %MD10%
   STACKABLE BOOL TRUE
+  DIST S16 30
 END
 TARGETS METADATA
@@ -150,4 +161,6 @@
 # OBJECT STR 3PI
   STACKABLE BOOL FALSE
+  CHIP S16 14
+  DIFF S16 14
 END
 # This is a hack, and I freely admit it.
