resetqueue - Reset the application compile queue
resetqueue
is a script that is used to reset the application compile queue while retaining the queued jobs. This script stops, starts, and repopulates the compile queue. Optionally, this can stop and start, and create a script to repopulate the queue at a later time.
Syntax with options:
perl %GENDIR%\bin\resetqueue [-f] [-c|-s file] [-o] [-j #] [-p] [-w] Productline [Productline...]
Program Options | Description |
---|---|
f |
Force. Resets the queue even if it contains unspecified productlines. |
c |
Compile. Automatically resubmits compiles back into the queue (default). |
s |
Script. Name of the script file used to send compile commands. Do not auto resubmit compiles. |
o |
Overwrite. Overwrites script file if it already exists. |
j |
Max jobs. Specify the maximum number of jobs for the queue. The default is the same as the previous value. |
p |
Prioritize. Recompiles productlines in order, all PL1 before PL2, and so on. The default is the same order as found. |
w |
Wait. To wait for on local compiles to finish. The default is stop or resubmit. |