Mitchell Hashimoto
45ad452c3b
scripts: build go get ./... early to speed up builds
2013-08-21 11:20:55 -07:00
Mitchell Hashimoto
415fb2c935
scripts: set PACKER_RACE to build with race detector
2013-08-21 11:15:09 -07:00
Mitchell Hashimoto
758a53b146
scripts: full SHA1 in build, not short
2013-08-12 09:17:03 -07:00
Mitchell Hashimoto
8537d08caa
scripts: add -e to build.sh again
2013-07-09 12:42:54 -07:00
Mitchell Hashimoto
24fad7d443
script: build completes
2013-07-09 12:41:36 -07:00
Steven Merrill
c80b1bb75d
Don't allow a dirty Git tree to fail the make command.
2013-07-09 01:24:19 -04:00
Mitchell Hashimoto
3b32ba9f11
scripts: Add git commit to builds
2013-07-08 15:37:01 -07:00
Julian Phillips
d997224cc3
Fix building on Ubuntu
...
1) /bin/sh is not /bin/bash, so build.sh needs to explictly use /bin/bash
2) dash's echo does not support \x, but it does support \0 (since dash is
/bin/sh, it gets used by Makefiles).
2013-06-30 13:15:19 +01:00
Mitchell Hashimoto
79f230b0b0
move scripts into the scripts/ folder
2013-06-19 22:44:02 -07:00