Index: branches/eam_branches/ipp-20111110/ippScripts/scripts/diff_skycell.pl
===================================================================
--- branches/eam_branches/ipp-20111110/ippScripts/scripts/diff_skycell.pl	(revision 32645)
+++ branches/eam_branches/ipp-20111110/ippScripts/scripts/diff_skycell.pl	(revision 32694)
@@ -289,8 +289,4 @@
     }
 
-    if (!$ipprc->file_exists($configuration)) {
-       print STDERR "WARNING: Config dump file $configuration is missing. Using current recipes and file rules.\n";
-       $configuration = undef;
-    }
     # use WARPSTATS if we're updating, as we don't care about the new stuff from the STACK and DIFF STATS recipes
     $recipe_ppstats = 'WARPSTATS';
Index: branches/eam_branches/ipp-20111110/ippScripts/scripts/dist_defineruns.pl
===================================================================
--- branches/eam_branches/ipp-20111110/ippScripts/scripts/dist_defineruns.pl	(revision 32645)
+++ branches/eam_branches/ipp-20111110/ippScripts/scripts/dist_defineruns.pl	(revision 32694)
@@ -88,5 +88,5 @@
     push @stages, $stage;
 } else {
-    @stages = qw( raw chip chip_bg camera fake warp warp_bg diff stack SSdiff sky);
+    @stages = qw(chip chip_bg camera fake warp warp_bg diff stack SSdiff sky);
 }
 
Index: branches/eam_branches/ipp-20111110/ippScripts/scripts/magic_destreak.pl
===================================================================
--- branches/eam_branches/ipp-20111110/ippScripts/scripts/magic_destreak.pl	(revision 32645)
+++ branches/eam_branches/ipp-20111110/ippScripts/scripts/magic_destreak.pl	(revision 32694)
@@ -221,4 +221,5 @@
         my $command = "$magicdstool -magic_ds_id $magic_ds_id -getskycells";
         $command .= " $skycell_args";
+        $command .= " -dbname $dbname" if $dbname;
         my @diff_components;
         if ($mismatched_tess) {
Index: branches/eam_branches/ipp-20111110/ippScripts/scripts/magic_destreak_revert.pl
===================================================================
--- branches/eam_branches/ipp-20111110/ippScripts/scripts/magic_destreak_revert.pl	(revision 32645)
+++ branches/eam_branches/ipp-20111110/ippScripts/scripts/magic_destreak_revert.pl	(revision 32694)
@@ -511,5 +511,9 @@
     my $command = "$magicdstool -updaterun";
     $command   .= " -magic_ds_id $magic_ds_id";
-    $command   .= " -set_state failed_revert";
+    if ($run_state ne 'update') {
+        $command .= " -set_state failed_revert";
+    } else {
+        $command .= " -set_state failed_revert_ud";
+    }
     $command   .= " -dbname $dbname" if defined $dbname;
 
