Commit Graph

31 Commits (d745c579f4a6ed18512ca4964d7e893a27d2ee19)

Author SHA1 Message Date
Sean Chittenden d430b7b763 Go's -X linker flag now requires only one argument (#3540)
10 years ago
Christopher Boumenot 728c496370 Move version to its own package. (#3460)
10 years ago
Chris Bednarski c10e0eb398 Removed go get from build scripts since we have these in vendor already
10 years ago
Rickard von Essen 38612d45a9 Make all scripts portable regardless of where bash is installed.
10 years ago
Chris Bednarski a143f1e085 Updated build.sh so it doesn't build all the plugins separately anymore
10 years ago
Chris Bednarski 938f2178d7 Overhaul the Makefile
11 years ago
Gonzalo Peci 0006cce41b When using MinGW gopath uses ; as separators, if we use : it strips everything after the driver letter. EG: C:\GO_Working\ gets stripped to C and makes ```make dev``` and ```make``` fail
11 years ago
Mitchell Hashimoto ddeefdcedd scripts: ignore errors on gox for now
12 years ago
Mitchell Hashimoto fd54017233 scripts: reintroduce dist
12 years ago
Mitchell Hashimoto f4b73c7ebf scripts: build should do everything now
12 years ago
Mitchell Hashimoto c5dc0f9e7d scripts: add openbsd/freebsd to builds
12 years ago
Ross Smith II f36b20ca28 make sure executable is named packer.exe in Windows build [GH-1483]
12 years ago
Mitchell Hashimoto 7078c2f922 Fix some scripts
12 years ago
Mitchell Hashimoto a23eb7512f scripts: copy packer- prefixed bins properly [GH-1467]
12 years ago
Mitchell Hashimoto 49ac4acdd2 scripts: able to set XC_ARCH/OS manually
12 years ago
Mitchell Hashimoto 2788ccc653 Update scripts to latest HashiCorp style
12 years ago
Mitchell Hashimoto 8516e03eed scripts: update to use gox
12 years ago
Mitchell Hashimoto 5d3b40dcbf Build script now installs binaries to $GOPATH/bin
13 years ago
Kirill Kazakov 678eb38e18 scripts: build.sh exits without being killed by SIGTERM
13 years ago
Mitchell Hashimoto 1e309b6609 scripts: PACKER_NO_BUILD_PARALLEL to build in sequence
13 years ago
Mitchell Hashimoto 6511b1892c scripts: build.sh compiles all Packer components in parallel
13 years ago
Mitchell Hashimoto 5b7865f085 scripts: build.sh appends .exe on Windows [GH-397]
13 years ago
Mitchell Hashimoto fd64600414 scripts: build go get ./... early to speed up builds
13 years ago
Mitchell Hashimoto 185f176937 scripts: set PACKER_RACE to build with race detector
13 years ago
Mitchell Hashimoto 923521e5df scripts: full SHA1 in build, not short
13 years ago
Mitchell Hashimoto 56aff48143 scripts: add -e to build.sh again
13 years ago
Mitchell Hashimoto d7ecf57b06 script: build completes
13 years ago
Steven Merrill 6a79d797d2 Don't allow a dirty Git tree to fail the make command.
13 years ago
Mitchell Hashimoto 45dfcf59c9 scripts: Add git commit to builds
13 years ago
Julian Phillips c077232744 Fix building on Ubuntu
13 years ago
Mitchell Hashimoto df6de5beab move scripts into the scripts/ folder
13 years ago