Mitchell Hashimoto
9422571ca2
update CHANGELOG
2015-05-15 20:36:58 -07:00
Paul Hinze
11280a09b3
Merge pull request #1538 from fatih/build-script-fix
...
scripts/build.sh: fix GOPATH/bin folder breaking build
2015-04-15 11:50:55 -05:00
Fatih Arslan
0c80207bff
scripts/build.sh: fix GOPATH/bin folder breaking build
...
If GOPATH/bin doesn't exists the build scripts just exists, leaving the
`terraform/bin` folder with only one single binary called `terraform`.
Discovered while setting up a new GOPATH just for terraform.
2015-04-15 19:36:44 +03:00
Eli Shvartsman
44d6123894
get dependencies without installing them
...
For now, make dev creates in ${MAIN_GOPATH}/bin/ files like 'provider-google' alongside with 'terraform-provider-google'.
If we decided to build plugins with custom names and install them manually with 'cp' command, it could make sense not to do it here.
2015-04-15 13:08:37 +03:00
Jeff Mitchell
996e7ff3e4
Add quickdev option; skips getting dependencies to make repeated builds a bit faster and less network-heavy
2015-03-06 17:07:16 +00:00
Joseph Anthony Pasquale Holsten
29a91c7db7
quote $DIR to allow $GOPATH to include spaces
2014-11-25 15:26:41 -08:00
Mitchell Hashimoto
5152f05d0a
scripts: copy binaries to gopath
2014-09-29 18:18:14 -07:00
Mitchell Hashimoto
32c88dce4a
scripts: make bin/ dir
2014-08-31 09:31:57 -07:00
Mitchell Hashimoto
1b191a5183
scripts: fix dev build
2014-08-28 16:47:14 -07:00
Mitchell Hashimoto
e7e60cb493
scripts: quiet
2014-08-28 10:21:13 -07:00
Mitchell Hashimoto
f67dfce2ae
scripts: fix extension in file copy for build
2014-08-28 10:20:49 -07:00
Mitchell Hashimoto
0b5b971f8e
scripts: build script cross compiles
2014-08-28 09:54:09 -07:00
Mitchell Hashimoto
f46d3ff332
scripts: don't copy libucl.dll anymore
2014-08-19 10:02:29 -07:00
Mitchell Hashimoto
b569a5d8b6
scripts: build script
2014-07-28 10:54:25 -07:00
Mitchell Hashimoto
8cd4814beb
scripts: unix line endings
2014-06-26 10:07:31 -07:00
Mitchell Hashimoto
d02cf6d979
scripts: make build.sh executable
2014-06-26 10:07:08 -07:00
Mitchell Hashimoto
38d4f2a1bd
scripts: human-readable sizes
2014-05-29 17:52:06 -07:00
Mitchell Hashimoto
effe895d22
scripts: build script
2014-05-29 17:51:11 -07:00