Repeat the Tutorial without the GUI

Rerunning in the current directory is initiated with the command vsr. Right now, the dependency graph should be up to date with all nodes being valid (you can check this status using vls). So running vsr will do nothing.

  1. Run everything with the vsr command:
    % vsr
    ,---------------------------------------------------------
    | Retrace : Retrace Directory ...
    `---------------------------------------------------------
    sparc<-- vw cp aa bb
    hppa <-- vw cp bb cc
    sparc<-- vw tar -cf archive.tar aa bb cc
    ,---------------------------------------------------------
    | Status : DONE. Expected duration: 2s Actual: 3s (150%)
    `---------------------------------------------------------
    If FlowTracer has been configured to use multiple machines, you may see commands being executed on other hosts. FlowTracer uses a technique called resource mapping to generate a list of candidate machines, then selects the machine which can execute the command the fastest.
  2. Run the command vls to confirm that the system has been updated.
    % vls
    VALID i aa
    VALID o archive.tar
    VALID u bb
    VALID u cc