Edgewall Software

Changes between Version 4 and Version 5 of Bitten Run Slave Locally


Ignore:
Timestamp:
Jun 25, 2008, 12:06:07 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Run Slave Locally

    v4 v5  
    11== Running the Bitten Slave Locally ==
    22
    3 Running the build recipe locally is a useful pre-commit validation of changes on a development machine.  In that case it is important not to delete the files of the working copy, and to build in a specific directory, so that the recipe can be run without doing a full checkout. The command becomes
     3Running the build recipe locally is a useful pre-commit validation of changes on a development machine.  In that case it is important not to delete the files of the working copy, and to build in a specific directory, so that the recipe can be run without doing a full checkout, which is much faster. The command is:
    44{{{
    5 bitten-slave -k -d PATH --build-dir PATH recipe.xml
     5bitten-slave --keep-files --work-dir PATH --build-dir PATH recipe.xml
    66}}}
    77