We are using BuildBot (http://buildbot.net/) to build our C++ project. Is there any way to run the exact build commands from the command line that are executed when you hit the "force build" button on the web UI? I'm trying to debug a build problem that is present on our build server but not on our local machines, and don't want to spam the email list each time it fails.
Thank you, Sean
To run a command COMMAND [ARG]...
in a clean environment use env --ignore-environement COMMAND [ARG]...
.