Running farbot

Help is available by running farbot -h:

Usage: ./farbot [-h] [-f config file] [-r action]
    -h             Print usage (this message)
    -f <config>    Use configuration file
    -r <action>    Execute <action>

Supported actions:
  release        Build all defined releases, build all packages, and build 
                         the network installation root
  package       Build all defined packages, and build the network installation 
                         root (requires a release build)
  install           Build the network installation root (requires package and release builds)

Build all defined releases and packages, and setup the installation root

./farbot -f farbot.conf -r release

Rebuild just the installation configuration, using already built releases and packages

./farbot -f farbot.conf -r install