1722 Commits

Author SHA1 Message Date
Mitchell Hashimoto
165bac93d0 Update CHANGELOG 2013-08-14 22:35:46 -04:00
Mitchell Hashimoto
3242498928 Merge pull request #294 from phobos182/master
builder/amazon/instance: was missing sending IAM profile data
2013-08-14 19:34:43 -07:00
Jeremy Carroll
c193048b3b Was missing sending IAM profile data to instance store builders. 2013-08-14 19:03:41 -07:00
Mitchell Hashimoto
9f84f2c363 common: return -1 download percent if download hasn't started [GH-288] 2013-08-14 11:15:47 -04:00
Mitchell Hashimoto
f0592e8c70 Merge pull request #290 from pierreozoux/patch-1
website: typo in the link
2013-08-14 08:11:15 -07:00
Pierre Ozoux
24d60b61c7 typo in the link 2013-08-14 15:04:02 +01:00
Mitchell Hashimoto
91af560d26 builder/virtualbox: Don't validate guest additions URL so early because it requires template 2013-08-14 09:59:09 -04:00
Mitchell Hashimoto
989a9a8d63 add issues URL in crash detect output 2013-08-13 23:59:59 -04:00
Mitchell Hashimoto
0dfaacc09d Enable panicwrap and put crash logs in crash.log 2013-08-13 23:55:05 -04:00
Mitchell Hashimoto
80e37446e9 builder/virtualbox: guest-additions_url can use Version var [GH-272] 2013-08-13 22:11:15 -04:00
Mitchell Hashimoto
5f11d86279 notifications for travis 2013-08-13 21:52:13 -04:00
Mitchell Hashimoto
7f4132537a Add travis.yml 2013-08-13 21:42:39 -04:00
Mitchell Hashimoto
cfca3d8f66 add make deps 2013-08-13 21:42:08 -04:00
Mitchell Hashimoto
6fb454ef0c command/inspect: template-build should be template-builder 2013-08-13 21:35:01 -04:00
Mitchell Hashimoto
4e854f6103 website: document inspect machine-readable types 2013-08-13 21:34:44 -04:00
Mitchell Hashimoto
69902bb0f0 website: document the inspect command 2013-08-13 21:29:13 -04:00
Mitchell Hashimoto
08f724e6b7 Update CHANGELOG, 0.3.2 will be built with Go 1.1.2 2013-08-13 16:51:48 -07:00
Mitchell Hashimoto
c2ccd19b15 packer: Parallelize synopsis lookup to speed up help output
Using `time` to calculate the average of 100 iterations on my machine,
`packer` went from 130ms on average to 70ms.

Previously, the load time would scale linearly about 30ms (on my
machine) on average per new command added. Now that is much much
smaller.
2013-08-13 10:16:25 -07:00
Mitchell Hashimoto
1fc4703b97 packer: get rid of unused code 2013-08-13 09:56:37 -07:00
Mitchell Hashimoto
5c26225b86 Update CHANGELOG 2013-08-13 09:54:13 -07:00
Mitchell Hashimoto
9b01b38a87 command/inspect: change logging to be %#v for better values 2013-08-13 09:53:30 -07:00
Mitchell Hashimoto
9775c00881 packer: ParseTemplateFile understands "-" to mean stdin 2013-08-13 09:52:32 -07:00
Mitchell Hashimoto
70282fedee command/inspect: help text shows machine-readable flag 2013-08-13 09:38:54 -07:00
Mitchell Hashimoto
6eceacf11f command/inspect: Inspect a templates contents
This command prints out the components of a template, and most
importantly respects the machine-readable flag so that you can
programmatically inspect a template's contents without manually parsing
the JSON.
2013-08-13 09:36:40 -07:00
Mitchell Hashimoto
e22eb3aa10 packer: export template RawConfig 2013-08-13 09:11:49 -07:00
Mitchell Hashimoto
02987f6c97 packer: Export the raw template config structs 2013-08-13 09:10:49 -07:00
Mitchell Hashimoto
c163d53437 packer: unknown commands show better on UI 2013-08-13 09:07:08 -07:00
Mitchell Hashimoto
eb5559817b Update CHANGELOG 2013-08-13 08:56:25 -07:00
Mitchell Hashimoto
2789162fec builder/virtualbox: instantiate driver in Run method 2013-08-13 08:55:33 -07:00
Mitchell Hashimoto
6090b6ecdf builder/vmware: create driver in Run method 2013-08-13 08:54:12 -07:00
Mitchell Hashimoto
2bec873de5 Up version for dev 2013-08-12 17:23:14 -07:00
Mitchell Hashimoto
0a39650332 provisioner/salt-masterless: switch replace to that prior replace works
/cc @markpeek
v0.3.1
2013-08-12 17:10:50 -07:00
Mitchell Hashimoto
1fd5937839 v0.3.1 2013-08-12 17:05:54 -07:00
Mitchell Hashimoto
95435e484c Update CHANGELOG 2013-08-12 17:00:42 -07:00
Mitchell Hashimoto
bc097abc72 packer: Don't output up to \r with remote command, lost anyways 2013-08-12 16:55:17 -07:00
Mitchell Hashimoto
856f27bc9b provisioner/salt-masterless: replace windows slash with linux [GH-276] 2013-08-12 16:26:46 -07:00
Mitchell Hashimoto
43c6b9e6d1 builder/vmware: find files if they exist [GH-279] 2013-08-12 16:13:06 -07:00
Mitchell Hashimoto
9a2dbd54bf provisioner/shell: start_retry_timeout for reboot handling [GH-260] 2013-08-12 15:49:55 -07:00
Mitchell Hashimoto
1ec2de97a6 communicator/ssh: fix panic when client is nil on reconnect 2013-08-12 15:22:31 -07:00
Mitchell Hashimoto
7d9c7530be packer: replace stdout/stderr after StartWithUi
This just kind of shields the error with StartWithUi if we retry
2013-08-12 15:17:17 -07:00
Mitchell Hashimoto
049dc5bff5 Up version for dev 2013-08-12 14:16:55 -07:00
Mitchell Hashimoto
724e2b3c52 builder/vmware: fix windows builds 2013-08-12 14:01:50 -07:00
Mitchell Hashimoto
0eb9e06637 v0.3.0 v0.3.0 2013-08-12 13:57:04 -07:00
Mitchell Hashimoto
e00f114520 builder/amazon/common: correct logic in deleting secutiry group 2013-08-12 13:43:52 -07:00
Mitchell Hashimoto
c09c1108ca builder/amazon/common: retry deleting security group [GH-278] 2013-08-12 13:34:55 -07:00
Mitchell Hashimoto
34556713dc website: document user data stuff 2013-08-12 12:12:44 -07:00
Mitchell Hashimoto
4d7b0c2dbc builder/amazon/all: support user data file 2013-08-12 11:53:50 -07:00
Mitchell Hashimoto
c1f8e5c3b3 builder/amazon/common: support user_data_file 2013-08-12 11:52:43 -07:00
Mitchell Hashimoto
97b4c7d22b Update CHANGELOG 2013-08-12 11:40:59 -07:00
Mitchell Hashimoto
4e300259c7 Merge pull request #253 from phobos182/master
builder/amazon/common: added passing UserData to goamz.
2013-08-12 11:36:15 -07:00