I've written a script that automates the setup and building of binaries with gitian. All of the commands are pulled from various documentation on gitian building.
The script allows you to specify unsigned or signed builds, which os to build for, the signer, the version (or commit/branch), and build arguments (threads and memory).
Right now setup is designed for debian based systems.
It runs a few commands that require sudo. For best automation, add apt-get, lxc-start, lxc-execute, and ifconfig to your sudoers file.