Edgewall Software

Changes between Initial Version and Version 1 of Bitten Slave Options


Ignore:
Timestamp:
Jun 12, 2008, 8:53:21 AM (16 years ago)
Author:
anonymous
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Bitten Slave Options

    v1 v1  
     1Below are the options available for version 0.6 of the Bitten slave.
     2
     3
     4prompt> bitten-slave --version
     5bitten-slave-script.py 0.6dev-r547
     6
     7
     8prompt> bitten-slave -help
     9Usage: bitten-slave-script.py [options] url
     10
     11Options:
     12  --version             show program's version number and exit
     13  -h, --help            show this help message and exit
     14  --name=NAME           name of this slave (defaults to host name)
     15  -f FILE, --config=FILE
     16                        path to configuration file
     17  -u USERNAME, --user=USERNAME
     18                        the username to use for authentication
     19  -p PASSWORD, --password=PASSWORD
     20                        the password to use when authenticating
     21
     22  building:
     23    -d DIR, --work-dir=DIR
     24                        working directory for builds
     25    --build-dir=BUILD_DIR
     26                        name pattern for the build dir to use inside the
     27                        working dir ["build_${config}_${build}"]
     28    -k, --keep-files    don't delete files after builds
     29    -s, --single        exit after completing a single build
     30    -n, --dry-run       don't report results back to master
     31    -i SECONDS, --interval=SECONDS
     32                        time to wait between requesting builds
     33
     34  logging:
     35    -l FILENAME, --log=FILENAME
     36                        write log messages to FILENAME
     37    -v, --verbose       print as much as possible
     38    -q, --quiet         print as little as possible
     39    --dump-reports      whether report data should be printed
     40