Last Updated: February 25, 2016
·
660
· hammerdr

Build scripts should be in source control

We put our build scripts in a $REPO/build_scripts and each job is always just a shell script out to the build script. This makes sure that we can always recover from a build server disaster and have the build scripts get all the benefits of source control.