Changeset 29145
- Timestamp:
- Sep 10, 2010, 1:19:09 PM (16 years ago)
- File:
-
- 1 edited
-
tags/ipp-20100823/ippTasks/pstamp.pro (modified) (4 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20100823/ippTasks/pstamp.pro
- Property svn:mergeinfo set to
r28779 r29145 14 14 $pstampRev_DB = 0 15 15 $pstampDep_DB = 0 16 $pstampRevDep_DB = 0 16 17 $pstampCleanup_DB = 0 17 18 … … 104 105 active true 105 106 end 107 task pstamp.dependent.revert 108 active true 109 end 106 110 end 107 111 macro pstamp.revert.off 108 112 task pstamp.job.revert 113 active false 114 end 115 task pstamp.dependent.revert 109 116 active false 110 117 end … … 513 520 stdout NULL 514 521 stderr $LOGSUBDIR/pstamp.job.revert.log 515 $run = pstamptool -revertjob -all522 $run = pstamptool -revertjob 516 523 if ($DB:n == 0) 517 524 option DEFAULT … … 798 805 end 799 806 807 task pstamp.dependent.revert 808 host local 809 810 periods -poll $LOADPOLL 811 periods -exec 900 812 periods -timeout 300 813 npending 1 814 815 task.exec 816 stdout NULL 817 stderr $LOGSUBDIR/pstamp.dependent.revert.log 818 $run = pstamptool -revertdependent 819 if ($DB:n == 0) 820 option DEFAULT 821 else 822 $run = $run $PS_DBSERVER -dbname $DB:$pstampRevDep_DB 823 $pstampRevDep_DB ++ 824 if ($pstampRevDep_DB >= $DB:n) set pstampRevDep_DB = 0 825 end 826 add_poll_args run 827 add_poll_labels run 828 command $run 829 end 830 831 task.exit $EXIT_SUCCESS 832 # nothing to do 833 end 834 835 task.exit default 836 showcommand failure 837 end 838 839 task.exit crash 840 showcommand crash 841 end 842 843 task.exit timeout 844 showcommand timeout 845 end 846 end
Note:
See TracChangeset
for help on using the changeset viewer.
