vovinvalidate
Invalidate nodes in the dependency graph. The objects are typically files or jobs, which are passed by VovId or by file name, and sets, which are passed by name.
vovinvalidate: Usage Message
Invalidate nodes in the dependency graph.
The objects are typically files or jobs, which are
are passed by VovId or by file name, and sets, which are
passed by name.
USAGE:
vovinvalidate [OPTIONS] <nodeId> ...
OPTIONS:
-alljobs - Invalidate all jobs.
-allnodes - Same as -alljobs (backwards compatibility).
-dir <dirname> ... - Invalidate jobs in given directories.
Repeatable.
-force - Use the _FORCE suffix in vtk_node_change_status.
-help - Help usage message.
-h
[-hier] -set <setName> ... - Invalidate given set by name. Repeatable.
Invalidate all subsets also with -hier.
-sicktasker - Clears WHY and crash recovery-related
properties (for use with running/retracing
jobs that are no longer attached to a tasker).
-silent - Do not print count of invalidated nodes.
-subdirs <dirname> ... - Same as -dir but recursive. Repeatable.
-v - Increase verbosity
-why <text_reason> ... - Optional reason for invalidation.
-- - End value list for an option.
EXAMPLES:
% vovinvalidate filea fileb filec
% vovinvalidate 00023456
% vovinvalidate -sicktasker 34567
% vovinvalidate -dir .
% vovinvalidate -set set1 set2 -- filea fileb 10332 10334
% vovinvalidate -alljobs -why "Doing a clean build"