Index: branches/eam_branches/ipp-20130711/ippTasks/diff.pro
===================================================================
--- branches/eam_branches/ipp-20130711/ippTasks/diff.pro	(revision 35801)
+++ branches/eam_branches/ipp-20130711/ippTasks/diff.pro	(revision 36072)
@@ -47,10 +47,4 @@
     active true
   end
-  task diff.summary.load
-    active true
-  end
-  task diff.summary.run
-    active true
-  end
 end
 
@@ -67,10 +61,4 @@
   end
   task diff.revert
-    active false
-  end
-  task diff.summary.load
-    active false
-  end
-  task diff.summary.run
     active false
   end
@@ -499,4 +487,5 @@
 task	       diff.summary.load
   host         local
+  active       false
 
   periods      -poll $LOADPOLL
@@ -559,4 +548,5 @@
   periods      -exec $RUNEXEC
   periods      -timeout 60
+  active       false
 
   task.exec
Index: branches/eam_branches/ipp-20130711/ippTasks/dist.pro
===================================================================
--- branches/eam_branches/ipp-20130711/ippTasks/dist.pro	(revision 35801)
+++ branches/eam_branches/ipp-20130711/ippTasks/dist.pro	(revision 36072)
@@ -31,4 +31,5 @@
 list DIST_STAGE -add "warp_bg"
 list DIST_STAGE -add "sky"
+list DIST_STAGE -add "skycal"
 
 $currentStage = 0
Index: branches/eam_branches/ipp-20130711/ippTasks/minidvodb.pro
===================================================================
--- branches/eam_branches/ipp-20130711/ippTasks/minidvodb.pro	(revision 35801)
+++ branches/eam_branches/ipp-20130711/ippTasks/minidvodb.pro	(revision 36072)
@@ -449,5 +449,7 @@
     stderr $LOGDIR/minidvodb.premerge.run.log
 
-    $run = minidvodb_premerge.pl --camera $CAMERA --minidvodb $MINIDVODB_PATH --minidvodb_group $MINIDVODB_GROUP --minidvodb_id $MINIDVODB_ID
+    #still buggy
+
+    $run = minidvodb_premerge.pl --camera GPC1 --minidvodb $MINIDVODB_PATH --minidvodb_group $MINIDVODB_GROUP --minidvodb_id $MINIDVODB_ID
     
   if ($DB:n == 0)
Index: branches/eam_branches/ipp-20130711/ippTasks/nightly_science.pro
===================================================================
--- branches/eam_branches/ipp-20130711/ippTasks/nightly_science.pro	(revision 35801)
+++ branches/eam_branches/ipp-20130711/ippTasks/nightly_science.pro	(revision 36072)
@@ -370,5 +370,5 @@
   periods         -poll $LOADPOLL
   periods         -exec $LOADEXEC
-  periods         -timeout 480
+  periods         -timeout 1000
   npending        1
 
Index: branches/eam_branches/ipp-20130711/ippTasks/register.pro
===================================================================
--- branches/eam_branches/ipp-20130711/ippTasks/register.pro	(revision 35801)
+++ branches/eam_branches/ipp-20130711/ippTasks/register.pro	(revision 36072)
@@ -659,5 +659,5 @@
     stderr $LOGDIR/register.burntool.run.log
 
-    $run = ipp_apply_burntool_single.pl --exp_id $EXP_ID --class_id $CLASS_ID --this_uri $THIS_URI --continue 10
+    $run = ipp_apply_burntool_single.pl --camera $CAMERA --exp_id $EXP_ID --class_id $CLASS_ID --this_uri $THIS_URI --continue 10
     if ("$PREVIOUS_URI" != "NULL")
       $run = $run --previous_uri $PREVIOUS_URI
Index: branches/eam_branches/ipp-20130711/ippTasks/survey.pro
===================================================================
--- branches/eam_branches/ipp-20130711/ippTasks/survey.pro	(revision 35801)
+++ branches/eam_branches/ipp-20130711/ippTasks/survey.pro	(revision 36072)
@@ -583,6 +583,6 @@
 
 macro survey.add.relstack
-  if ($0 != 3)
-    echo "USAGE: survey.add.relstack (label) (releasename)"
+  if ($0 != 4)
+    echo "USAGE: survey.add.relstack (label) (releasename) (stacktype)"
     break
   end
@@ -590,4 +590,5 @@
   book setword SURVEY_RELSTACK $1 LABEL $1
   book setword SURVEY_RELSTACK $1 RELEASE_NAME $2
+  book setword SURVEY_RELSTACK $1 STACK_TYPE $3
   book setword SURVEY_RELSTACK $1 STATE PENDING
 end
@@ -1846,7 +1847,8 @@
     book setword SURVEY_RELSTACK $label STATE DONE
     book getword SURVEY_RELSTACK $label RELEASE_NAME -var RELEASE_NAME
+    book getword SURVEY_RELSTACK $label STACK_TYPE -var STACK_TYPE
 
     # XXX: Can we use the survey task for stack types other than nightly?
-    $run = releasetool -definerelstack -label $label -release_name $RELEASE_NAME -set_state processed -set_stack_type nightly
+    $run = releasetool -definerelstack -label $label -release_name $RELEASE_NAME -set_state processed -set_stack_type $STACK_TYPE
 
     if ($DB:n == 0)
Index: branches/eam_branches/ipp-20130711/ippTasks/warp.pro
===================================================================
--- branches/eam_branches/ipp-20130711/ippTasks/warp.pro	(revision 35801)
+++ branches/eam_branches/ipp-20130711/ippTasks/warp.pro	(revision 36072)
@@ -58,10 +58,4 @@
     active true
   end
-  task warp.summary.load
-    active true
-  end
-  task warp.summary.run
-    active true
-  end
 end
 
@@ -87,10 +81,4 @@
   end
   task warp.revert.warped
-    active false
-  end
-  task warp.summary.load
-    active false
-  end
-  task warp.summary.run
     active false
   end
@@ -545,5 +533,5 @@
 task	       warp.summary.load
   host         local
-
+  active       false
   periods      -poll $LOADPOLL
   periods      -exec $LOADEXEC
@@ -605,4 +593,5 @@
   periods      -exec $RUNEXEC
   periods      -timeout 60
+  active       false
 
   task.exec
