Commit Graph

71 Commits (81522dced0b25084a824e79efda02483b12dc7cd)

Author SHA1 Message Date
Matthew Hooker 81522dced0
move packer to hashicorp
9 years ago
Matthew Hooker fa6c6c0e13
update changelog and add prepare script
9 years ago
Matthew Hooker d44fa76683
update windows build script for go compatibility
9 years ago
Matthew Hooker 9cf65d8e1b say when we finish checking gofmt
9 years ago
Matthew Hooker b8893e1aa4 fix fmt and add check
9 years ago
Matthew Hooker c733981e92 fix makefile
9 years ago
Sean Chittenden d430b7b763 Go's -X linker flag now requires only one argument (#3540)
10 years ago
Christopher Boumenot b813a529bf Build script for Windows. (#3481)
10 years ago
Christopher Boumenot 728c496370 Move version to its own package. (#3460)
10 years ago
Chris Bednarski 2085263694 Fix problems in release script
10 years ago
Seth Vargo 4b60f17e4f Update dist script to sign signature file
10 years ago
Chris Bednarski d7f5f02831 Update dist scripts to use hc-releases instead of bintray
10 years ago
Chris Bednarski 5a6c782a20 Added ToSlash around windows paths so they will become unixy
10 years ago
Chris Bednarski c10e0eb398 Removed go get from build scripts since we have these in vendor already
10 years ago
Chris Bednarski 3c8bb4ea68 Just run from root always
10 years ago
Seth Vargo b9b26b83c8 Remove old scripts
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 eb8a0bf731 Add some documentation to generate-plugins
10 years ago
Chris Bednarski 9c68f039b3 Don't suppress errors from provisioners or post-processors
10 years ago
Chris Bednarski 6783bc3fb0 Added generator for command/plugin.go so we don't have to edit it by hand to add new plugins
10 years ago
Seth Vargo 8f727219d9 Use a faster deploy script
11 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
Nick Presta e0b6943c1c Updating check for version when on devel.
12 years ago
Ross Smith II 8cdd784e46 scripts: fix executable name when packer dir is a symlink
12 years ago
Mitchell Hashimoto 130c0b1ce5 scripts: copy compilation into bin
12 years ago
Mitchell Hashimoto 802f9cb473 scripts: styles
12 years ago
Ash Caire 09f2595715 Fix syntax error
12 years ago
Mitchell Hashimoto 602ed10e89 scripts: devcompile works properly in Cygwin
12 years ago
Mitchell Hashimoto e4d6a157f0 scripts: Fix slight bash error
12 years ago
Rickard von Essen 5d75944ef3 Fixes #806 Build fails if GOPATH has multiple paths
12 years ago
Sudharshan S d22b2a011d Verify go version when building packer.
12 years ago
Mitchell Hashimoto 2c43991936 scripts: upload works with new build 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