Commit Graph

99 Commits (f088ab6d44ccf58dfd464e237aa687ded8a897f9)

Author SHA1 Message Date
Megan Marsh 268886b7d3 exclude git files (including git hooks) from the executable check
8 years ago
Matthew Hooker 725596268b
Whitelist website vendor from mode check
8 years ago
Matthew Hooker 62014840b4
remove sync from makefile since we commit vendor directory.
8 years ago
Rickard von Essen b8adf689fd Check that only certain files are executable
8 years ago
Megan Marsh 66c45273fb
Merge pull request #6494 from double16/vagrant-docker
8 years ago
Patrick Double 4f9a91012f Change docker-push to return docker-import artifact
8 years ago
Matthew Hooker 9384f322f6
Prevent make fmt from failing in default case
8 years ago
jabbera 4662d3eb95 make deps should download goimports
8 years ago
Matthew Hooker fac6b2e71b
don't send every source file through the shell
8 years ago
Matthew Hooker c163fbed35
use xargs to check for formatting
8 years ago
Matthew Hooker 2fc67f2210
Revert "Merge pull request #4494 from tb3088/EOL-handling"
8 years ago
M. Marsh dfe4f56c75
Merge pull request #4494 from tb3088/EOL-handling
8 years ago
Matthew Hooker c6299972b9
s/boot_command/bootcommand/
8 years ago
Matthew Hooker 673245afcf
Replace boot command parser with PEG parser.
8 years ago
Matthew Patton 049e1bbf73 too many files for shell during Make, convert .go and .sh to EOL=lf
8 years ago
Matthew Hooker 70426af4eb
update contributing link
8 years ago
Matthew Hooker 7349e4fbab Merge pull request #5082 from nak3/makefile-copy-binary
9 years ago
Billie Cleek e7b0785380 support default GOPATH
9 years ago
Kenjiro Nakayama edabd87ea8 Copy binary under the bin directory
9 years ago
Matthew Hooker bcc0d24bf4
run docs through pandoc
9 years ago
Matthew Hooker d6a0068c2d
don't echo build command in make
9 years ago
Matthew Hooker 97892349dd
vastly speed up dev builds.
9 years ago
Matthew Hooker 3a79620e92 fail test target if we have gofmt problems
10 years ago
Matthew Hooker b8893e1aa4 fix fmt and add check
10 years ago
Matthew Hooker b74b7548f4 remove fmt as test dependency
10 years ago
David Campbell 1234b1353c make fmt
10 years ago
Matthew Hooker b79cdb3e47 incorporates feedback from pr
10 years ago
Matthew Hooker fb8ced982a removes vendor make target
10 years ago
Matthew Hooker d08f1b503f Applies govenor migrate godep
10 years ago
Matthew Hooker c8f64a44fe correct gofmt invocation
10 years ago
Rickard von Essen 936aaa0889 Self documenting Makefile (#3290)
10 years ago
Chris Bednarski aa47c90ddd Udpdated test/race timeouts to 2m because AWS seems to be taking a while
10 years ago
Christopher Boumenot 728c496370 Move version to its own package. (#3460)
10 years ago
Chris Bednarski e9d0c8980c Change to the vet built-in because cmd/vet is no longer available
10 years ago
Chris Bednarski 71b593a265 Increase test timeout to 30s to accomodate longer Azure test
10 years ago
Chris Bednarski f25be250c7 Increase test -race timeout
10 years ago
Chris Bednarski d77b1612d4 Added example templates for Azure
10 years ago
Chris Bednarski cfbd7b35d3 If go version is 1.4 use godeps to restore dependencies
10 years ago
Chris Bednarski d7f5f02831 Update dist scripts to use hc-releases instead of bintray
10 years ago
Chris Bednarski 7d90d3f0d0 Added fmt and vendor to the makefile
10 years ago
Chris Bednarski a36a9bf53d Remove tee so exit code 1 is passed up to the shell and properly fails the build when tests are failing
10 years ago
Chris Bednarski 4335d2f13a Update the makefile to work with vendored dependencies
10 years ago
Chris Bednarski e61fa1aed1 Add some sneaky missing deps
10 years ago
Chris Bednarski c6b9d2a318 Revert "Added gosigar to the makefile so x-compile works"
10 years ago
Chris Bednarski a2b1f0518c Added gosigar to the makefile so x-compile works
10 years ago
Chris Bednarski b6bf2f899e Update makefile to tee test logs to a file so it's easier to review them after the run complete
11 years ago
Alvaro Miranda 81f3296dd5 remove backquotes from Makefile
11 years ago
Chris Bednarski e384df4397 Add warning that dev builds should not be shipped to production
11 years ago
Chris Bednarski 52e7f89571 Split bin from prerelease guard so we can cross-compile dev builds
11 years ago
Jarl Friis 8ab4a5f3a5 Makefile fix
11 years ago