Index: trunk/ippTasks/chip.pro
===================================================================
--- trunk/ippTasks/chip.pro	(revision 23230)
+++ 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
