Commit Graph

13 Commits

Author SHA1 Message Date
Abhishek Chanda
12a635a5e6 Update docker before testing
Lifted from https://github.com/fsouza/go-dockerclient
2016-02-03 00:47:11 -08:00
Jake Champlin
ee1b41622b Allow compilation on BSD
BSD Make uses `$.CURDIR` instead of `$CURDIR`. BSD and GNU share `$PWD`
though, so it works as a drop in replacement.

Also update scripts in `scripts/` to call `/usr/bin/env` in the shebang,
as BSD places `bash` at `/usr/local/bin/bash` instead of `/bin/bash`
2016-01-27 20:37:29 -05:00
Abhishek Chanda
a5d9c2c6f3 Include gocov stuff in tools
These two tools are used in the "cov" Makefile target, but installing
these were not automated. This PR removes the ambiguity where a
developer tries to do a `make cov` and finds that the tools are not
installed.
2016-01-05 10:33:20 +00:00
Chris Bednarski
7d3e21fcb3 Add lint check for log.Printf usage 2015-12-11 15:20:41 -08:00
Ryan Uber
24018160d8 Add release target, package Nomad 2015-09-30 12:54:59 -07:00
Ryan Uber
9dcf65eed5 Makefile updates 2015-09-30 12:39:05 -07:00
Ryan Uber
f12530abfb Make fixes for OS-specific deps 2015-09-29 15:42:57 -07:00
Mitchell Hashimoto
06b7bbd4e9 bin is a phony 2015-09-27 23:21:27 -07:00
Mitchell Hashimoto
c7997bbb7b Fix Makefile 2015-09-27 23:21:12 -07:00
Mitchell Hashimoto
89cee34181 scripts for release 2015-09-27 23:21:00 -07:00
Armon Dadgar
9a8809c7f6 README fillin 2015-09-13 19:04:06 -07:00
Armon Dadgar
7d29122130 Adding basic version command 2015-06-01 15:25:51 +02:00
Armon Dadgar
0083511b6b Adding initial skeleton 2015-06-01 13:46:21 +02:00