Index: trunk/ippTasks/chip.pro
===================================================================
--- trunk/ippTasks/chip.pro	(revision 23253)
+++ trunk/ippTasks/chip.pro	(revision 23282)
@@ -29,5 +29,5 @@
     active true
   end
-  task chip.promoteexp
+  task chip.advanceexp
     active true
   end
@@ -41,5 +41,5 @@
     active false
   end
-  task chip.promoteexp
+  task chip.advanceexp
     active false
   end
@@ -207,9 +207,9 @@
 
 # this variable will cycle through the known database names
-$chip_promote_DB = 0
-
-# promote exposures for which all imfiles have completed processing
+$chip_advance_DB = 0
+
+# advance exposures for which all imfiles have completed processing
 # sets the exposure state to full and queues warp processing if requested
-task	       chip.promoteexp
+task	       chip.advanceexp
   host         local
 
@@ -220,16 +220,16 @@
 
   stdout NULL
-  stderr $LOGDIR/chip.promoteexp.log
-
-  task.exec
-    $run = chiptool -promoteexp -limit 10
+  stderr $LOGDIR/chip.advanceexp.log
+
+  task.exec
+    $run = chiptool -advanceexp -limit 10
     if ($DB:n == 0)
       option DEFAULT
     else
       # save the DB name for the exit tasks
-      option $DB:$chip_promote_DB
-      $run = $run -dbname $DB:$chip_promote_DB
-      $chip_promote_DB ++
-      if ($chip_promote_DB >= $DB:n) set chip_promote_DB = 0
+      option $DB:$chip_advance_DB
+      $run = $run -dbname $DB:$chip_advance_DB
+      $chip_advance_DB ++
+      if ($chip_advance_DB >= $DB:n) set chip_advance_DB = 0
     end
     add_poll_args run
Index: trunk/ippTasks/fake.pro
===================================================================
--- trunk/ippTasks/fake.pro	(revision 23253)
+++ trunk/ippTasks/fake.pro	(revision 23282)
@@ -26,5 +26,5 @@
     active true
   end
-  task fake.promoteexp
+  task fake.advanceexp
     active true
   end
@@ -38,5 +38,5 @@
     active false
   end
-  task fake.promoteexp
+  task fake.advanceexp
     active false
   end
@@ -190,8 +190,8 @@
 end
 
-# promote exposures for which all imfiles have completed processing
+# advance exposures for which all imfiles have completed processing
 # sets the exposure state to full and queues warp processing if requested
-$fake_promote_DB = 0
-task	       fake.promoteexp
+$fake_advance_DB = 0
+task	       fake.advanceexp
   host         local
 
@@ -202,16 +202,16 @@
 
   stdout NULL
-  stderr $LOGDIR/fake.promoteexp.log
-
-  task.exec
-    $run = faketool -promoteexp -limit 10
+  stderr $LOGDIR/fake.advanceexp.log
+
+  task.exec
+    $run = faketool -advanceexp -limit 10
     if ($DB:n == 0)
       option DEFAULT
     else
       # save the DB name for the exit tasks
-      option $DB:$fake_promote_DB
-      $run = $run -dbname $DB:$fake_promote_DB
-      $fake_promote_DB ++
-      if ($fake_promote_DB >= $DB:n) set fake_promote_DB = 0
+      option $DB:$fake_advance_DB
+      $run = $run -dbname $DB:$fake_advance_DB
+      $fake_advance_DB ++
+      if ($fake_advance_DB >= $DB:n) set fake_advance_DB = 0
     end
     add_poll_args run
