Commit Graph

172 Commits (98176f54297b3d6fde4dee8aec08c94de71a67fd)

Author SHA1 Message Date
Adrien Delorme 36ee40b2a1 test that go generated code if what is should be
7 years ago
Adrien Delorme 5a0b5e3944 Makefile: don't run fmt-check in test/testrace
7 years ago
Adrien Delorme deb2212e9e Makefile: use `go fmt`
7 years ago
Adrien Delorme 768736425e Makefile: remove unused golang.org/x/tools/cmd/stringer dep
7 years ago
Adrien Delorme 26d0448142 Makefile: split install-build-deps vs install-gen-deps
7 years ago
Adrien Delorme abd6eda6c9 generate execution policy from makefile
7 years ago
Adrien Delorme 267e2253a2 check if running `go mod vendor` has an effect on vendor directory and if so fail
7 years ago
Adrien Delorme 5a896367ef make sure CI builds with GO111MODULE=off
7 years ago
Megan Marsh 12bd1c5f96 increase timeout for tests to reduce flakiness in travis
7 years ago
Adrien Delorme fef25e0b24 Revert "remove vet which seems to have been broken in golang v1.12"
7 years ago
Adrien Delorme b842adcffd Update Makefile
7 years ago
Adrien Delorme e9990e8876 use `go vet` instead of `go tool vet`
7 years ago
Megan Marsh 58f0b8c22e remove vet which seems to have been broken in golang v1.12
7 years ago
xinau f5b13e3cb5 added inspec.io provisioner
7 years ago
Megan Marsh f51707630d clean up config.yml and decrease number of parallel processes in build
8 years ago
Adrien Delorme 03620d15c2 Makefile: make find work on windows using `-executable` instead of `-perm +111`
8 years ago
Adrien Delorme 69d59a83c2 Makefile: remove unrequired deps from test
8 years ago
Adrien Delorme 401fddbd33 Makefile remove duplicate go get
8 years ago
Adrien Delorme 161eb23978 makefile: put .PHONY at the top ?
8 years ago
Adrien Delorme ac29ee59f8 makefile: ci now runs only testrace, default runs testrace
8 years ago
Adrien Delorme 8936ddaedf makefile: testrace now uses `deps fmt-check mode-check vet`
8 years ago
Adrien Delorme 389280a530 makefile: refactor vet into it's own command
8 years ago
Adrien Delorme 09e0f2b93b makefile: mode-check ignore ./website/tmp folder
8 years ago
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
Chris Bednarski 547e9dd340 Add deps pre-target and remove testrace sadness from ci
11 years ago
Chris Bednarski 938f2178d7 Overhaul the Makefile
11 years ago
Chris Bednarski f40ccd55ad Added debug output to the makefile so I can see which commit travis is building
11 years ago
Chris Bednarski e73ec1f70d Use go vet instead of go tool vet, and actually run it with make
11 years ago
Chris Bednarski 87bcfc3ef7 Ignore internal packages for go 1.5; thanks @dlsniper
11 years ago
Mitchell Hashimoto 6f7818980c Update updatedeps
11 years ago
Chris Bednarski d393bb5112 make updatedeps will actually update now
11 years ago
Chris Bednarski 295f7a2ebd Fail the build when govet returns non-zero exit code
11 years ago
Mitchell Hashimoto 0e1fd516c2 Add testacc to Makefile
11 years ago
Emil Hessman ffd570fe3c Makefile: add vet target
11 years ago
Mitchell Hashimoto 7e4dfcd283 Cleanup updatedeps more
12 years ago
BlackEagle 22ef1dfd89 Fix make updatedeps
12 years ago
Josh Graham c22eda1e43 Do not use latest version of rackspace/gophercloud
12 years ago
Josh Graham 90c2c4ad95 Revert "Do not use latest version of rackspace/gophercloud"
12 years ago
Josh Graham c91de565e6 Do not use latest version of rackspace/gophercloud
12 years ago
Mathias Meyer 971cdd22d7 Run two builds in parallel with go get.
12 years ago
Mitchell Hashimoto 2788ccc653 Update scripts to latest HashiCorp style
12 years ago
Sudharshan S 02e7161b29 Install gox during build time
12 years ago
Ross Smith II 55016b881a another attempt at fixing echo -e
12 years ago
Ross Smith II afd2e2d033 removed extraneous -e from make output [GH-991]
12 years ago
Christian Berendt e7e30acaec fixing colored output of Makefile
12 years ago
Mitchell Hashimoto 2b884d194e update makefile to latest
13 years ago
Matthew Hooker d3c2b3492c use interactive shell to run build script.
13 years ago
Mitchell Hashimoto 3eb744249f make updatedeps updates the core deps too
13 years ago
Mitchell Hashimoto 3f4c9a500e Add clean to .PHONY list in Makefile
13 years ago
Mitchell Hashimoto a2e6e8b398 Add updatedeps to .PHONY list in Makefile
13 years ago
Matthew Hooker dcb1bb7624 updatedeps target.
13 years ago