Nick Presta
e0b6943c1c
Updating check for version when on devel.
2014-08-19 21:26:01 -04:00
Ross Smith II
8cdd784e46
scripts: fix executable name when packer dir is a symlink
2014-04-28 19:06:08 -07:00
Mitchell Hashimoto
130c0b1ce5
scripts: copy compilation into bin
2014-04-26 12:49:41 -07:00
Mitchell Hashimoto
802f9cb473
scripts: styles
2014-04-26 12:46:09 -07:00
Ash Caire
09f2595715
Fix syntax error
...
Fix issue where using double quotes instead of round brackets would cause the following error:
./scripts/devcompile.sh: line 30: 10#1.2 > 10#1.2.1: syntax error: invalid arithmetic operator (error token is ".2 > 10#1.2.1")
2014-03-13 22:14:06 +11:00
Mitchell Hashimoto
602ed10e89
scripts: devcompile works properly in Cygwin
2014-01-16 15:52:42 -08:00
Mitchell Hashimoto
e4d6a157f0
scripts: Fix slight bash error
2014-01-16 12:16:12 -08:00
Rickard von Essen
5d75944ef3
Fixes #806 Build fails if GOPATH has multiple paths
2014-01-10 16:35:07 +01:00
Sudharshan S
d22b2a011d
Verify go version when building packer.
...
Check if the installed version is greater than the required version. Error out if that's not the case
2013-12-16 18:52:37 +05:30
Mitchell Hashimoto
2c43991936
scripts: upload works with new build style
2013-11-19 13:30:09 -08:00
Mitchell Hashimoto
8516e03eed
scripts: update to use gox
2013-11-18 15:37:14 -08:00
Mitchell Hashimoto
5d3b40dcbf
Build script now installs binaries to $GOPATH/bin
2013-10-20 16:16:05 -07:00
Kirill Kazakov
678eb38e18
scripts: build.sh exits without being killed by SIGTERM
2013-09-27 14:27:47 +04:00
Mitchell Hashimoto
1e309b6609
scripts: PACKER_NO_BUILD_PARALLEL to build in sequence
2013-09-22 10:03:04 -07:00
Mitchell Hashimoto
6511b1892c
scripts: build.sh compiles all Packer components in parallel
2013-09-22 09:58:34 -07:00
Mitchell Hashimoto
5b7865f085
scripts: build.sh appends .exe on Windows [GH-397]
2013-09-06 11:34:01 -07:00
Mitchell Hashimoto
fd64600414
scripts: build go get ./... early to speed up builds
2013-08-21 11:20:55 -07:00
Mitchell Hashimoto
185f176937
scripts: set PACKER_RACE to build with race detector
2013-08-21 11:15:09 -07:00
Mitchell Hashimoto
eb9ef51d96
scripts: update dist.sh to latest go-xc
2013-08-18 10:38:00 -06:00
Mitchell Hashimoto
923521e5df
scripts: full SHA1 in build, not short
2013-08-12 09:17:03 -07:00
Mitchell Hashimoto
d7140cd99b
scripts: make dist executable
2013-07-31 12:36:05 -07:00
Ross Smith II
071a6099c8
fixes #221 Add support for VMWare Workstation in Windows
2013-07-27 13:00:21 -07:00
Mitchell Hashimoto
badd5df3cd
scripts: Use XC_ARCH/XC_OS to limit what arch/os combo is built
2013-07-16 14:36:54 -07:00
Mitchell Hashimoto
56aff48143
scripts: add -e to build.sh again
2013-07-09 12:42:54 -07:00
Mitchell Hashimoto
d7ecf57b06
script: build completes
2013-07-09 12:41:36 -07:00
Steven Merrill
6a79d797d2
Don't allow a dirty Git tree to fail the make command.
2013-07-09 01:24:19 -04:00
Mitchell Hashimoto
45dfcf59c9
scripts: Add git commit to builds
2013-07-08 15:37:01 -07:00
Julian Phillips
c077232744
Fix building on Ubuntu
...
1) /bin/sh is not /bin/bash, so build.sh needs to explictly use /bin/bash
2) dash's echo does not support \x, but it does support \0 (since dash is
/bin/sh, it gets used by Makefiles).
2013-06-30 13:15:19 +01:00
Mitchell Hashimoto
2bdd838d90
scripts: dish.sh should prefix exe's with 'packer-' [GH-39]
2013-06-28 22:05:03 -04:00
Mitchell Hashimoto
5afa38e13b
scripts: SHASUMs should include full version
2013-06-28 10:37:57 -04:00
Mitchell Hashimoto
f030623b62
scripts: fix prerelease detection
2013-06-28 10:35:24 -04:00
Mitchell Hashimoto
3868a69dec
scripts: Get rid of the password on zips
2013-06-28 10:34:15 -04:00
Mitchell Hashimoto
0334694c03
scripts: SHA256SUMs file for checksumming
2013-06-24 15:13:59 -07:00
Mitchell Hashimoto
7043dfeeca
scripts: temporarily password protect ZIPs, upload script
2013-06-24 14:56:53 -07:00
Mitchell Hashimoto
c4120ddee0
scripts: script for publishing to the website
2013-06-20 14:48:57 -07:00
Mitchell Hashimoto
1340767833
scripts: zip the packages for dist
2013-06-20 00:01:12 -07:00
Mitchell Hashimoto
7cddca2fc7
make dist.sh executable
2013-06-19 22:46:24 -07:00
Mitchell Hashimoto
df6de5beab
move scripts into the scripts/ folder
2013-06-19 22:44:02 -07:00