Steven Merrill
2e15bed7b6
Add documentation of the skip_compaction parameter.
2013-07-02 23:48:04 -04:00
Steven Merrill
9264f76053
Add a 'skip_compaction' step.
2013-07-02 20:22:11 -04:00
Mitchell Hashimoto
ae279a8b61
Merge pull request #120 from bdon/master
...
helptext has command [options] in it
2013-07-02 13:16:39 -07:00
Brandon Liu
f31f5ed759
Command helpText indicates that options must come before template.
2013-07-02 13:07:39 -07:00
Mitchell Hashimoto
8ce8171ec1
packer: PrefixedUi properly prefixes each line of output
2013-07-02 12:28:25 -07:00
Mitchell Hashimoto
b4b9469d3c
builder/vmware: output VNC info if headless
...
/cc @smerrill
2013-07-02 12:23:19 -07:00
Mitchell Hashimoto
925734d06b
builder/virtualbox: Warning about headless mode
...
/cc @smerrill
2013-07-02 12:20:26 -07:00
Mitchell Hashimoto
2e88ddc965
Update CHANGELOG
2013-07-02 12:18:31 -07:00
Mitchell Hashimoto
b729ba0e00
Merge pull request #108 from smerrill/headless-mode
...
builder/vmware, builder/virtualbox: Headless mode
2013-07-02 12:16:40 -07:00
Mitchell Hashimoto
4bb5f8a6aa
Merge pull request #115 from bdon/wait
...
builder/virtualbox, builder/vmware: wait5 and wait10 timers
2013-07-02 12:14:17 -07:00
Brandon Liu
2fc795d299
Update command to run locally in website README.
2013-07-02 12:12:42 -07:00
Brandon Liu
f931b28851
Document wait5 and wait10 boot command keys.
2013-07-02 10:44:49 -07:00
Brandon Liu
cf13f57528
Add wait5 and wait10 special keys for boot command.
2013-07-02 10:31:22 -07:00
Mitchell Hashimoto
aff4389fc8
Update CHANGELOG
2013-07-02 09:38:39 -07:00
Mitchell Hashimoto
4d4dd85ef4
builder/vmware: Improve check for VMware cleanup
2013-07-02 09:30:24 -07:00
Mitchell Hashimoto
be40fb7abb
builder/vmware: No redundant errors
2013-07-02 09:10:44 -07:00
Mitchell Hashimoto
00a5ca32ae
builder/vmware: Style nitpick
...
/cc @smerrill: I prefer to do state changes at the end. :)
2013-07-02 09:09:55 -07:00
Mitchell Hashimoto
93e5082d04
Merge pull request #107 from smerrill/compact-disk
...
builder/vmware: Compact disk at end of the run
2013-07-02 09:09:15 -07:00
Mitchell Hashimoto
f36972f52a
builder/vmware: wait for shutdown to avoid corrupt disk files [GH-111]
2013-07-02 09:05:17 -07:00
Mitchell Hashimoto
8ece9a60d5
post-processor/vagrant: check for error when tarring earlier
2013-07-02 08:46:20 -07:00
Steven Merrill
432cab3fcf
Small fix to be sure "full_disk_path" is put into state.
2013-07-02 01:32:50 -04:00
Steven Merrill
586a9a7c32
Small doc fixes.
2013-07-02 01:15:03 -04:00
Steven Merrill
359ba01c6a
Integrate code review comments.
2013-07-02 01:12:57 -04:00
Mitchell Hashimoto
dbbbc38af6
Merge pull request #109 from razzintown/patch-1
...
website: capitalize "Packer"
2013-07-01 22:12:49 -07:00
Razz Fox
f2111b6d12
capitalize "Packer"
2013-07-01 22:01:22 -07:00
Steven Merrill
f27ea933a4
Add VirtualBox headless mode.
2013-07-02 00:13:24 -04:00
Steven Merrill
4aa55c40de
Add VMWare headless mode.
2013-07-02 00:13:13 -04:00
Mitchell Hashimoto
06108b4f96
Merge pull request #106 from bdon/master
...
website: typos
2013-07-01 21:09:59 -07:00
Brandon Liu
0e3b1e59a8
Doc fixes.
2013-07-01 19:53:04 -07:00
Steven Merrill
29fa621907
Finish initial compaction feature.
2013-07-01 22:45:46 -04:00
Steven Merrill
d4cd9352d6
First try at a compaction step.
2013-07-01 22:25:33 -04:00
Steven Merrill
4de76ccd3f
Add a computed FullDiskPath config option.
2013-07-01 22:22:00 -04:00
Mitchell Hashimoto
ac5c90bd7e
Merge pull request #101 from ericlathrop/fix-make-test
...
Fix import paths in "make test" dependency fetching
2013-07-01 16:37:07 -07:00
Eric Lathrop
7bff7f8a22
Remove newline from test import paths.
...
When running "make test" on my machine, I got many unrecognized import
path errors, and the path showed a trailing "\n". Changing the go list
format to remove the newline fixed these.
2013-07-01 19:25:23 -04:00
Mitchell Hashimoto
126f2bc07f
website: more notes on AWS env vars
2013-07-01 15:26:08 -07:00
Mitchell Hashimoto
0b1b76a4db
website: update website with new AWS env vars
2013-07-01 15:24:36 -07:00
Mitchell Hashimoto
9ca3d05241
builder/amazonebs: tests for env vars
2013-07-01 15:22:35 -07:00
Mitchell Hashimoto
2a7a7173f1
Merge pull request #40 from justincampbell/amazon-env-vars
...
builder/amazonebs: Default to AWS env vars for key and secret
2013-07-01 15:11:19 -07:00
Mitchell Hashimoto
8e231f9264
fmt
2013-07-01 15:07:37 -07:00
Mitchell Hashimoto
3f9df2992c
post-processor/vagrant: make output contain build name by default
...
[GH-92]
2013-07-01 15:07:09 -07:00
Mitchell Hashimoto
400faa57a5
packer: Send packerConfig into PostProcessors
2013-07-01 15:00:21 -07:00
Mitchell Hashimoto
fc78bf3dd6
packer: PostProcessor can take multiple configs
2013-07-01 14:59:23 -07:00
Mitchell Hashimoto
8cf21324dc
packer: extra comments on JSON syntax error calc
2013-07-01 14:47:49 -07:00
Mitchell Hashimoto
974ac26c9c
packer: Clean up some of the JSON syntax stuff
2013-07-01 14:46:32 -07:00
Mitchell Hashimoto
b6884da2a1
Merge pull request #95 from markpeek/markpeek-jsonerror
...
packer: Provide line number for invalid json syntax [GH-56]
2013-07-01 14:38:01 -07:00
Mitchell Hashimoto
9f17257f19
Up version for development
2013-07-01 14:37:43 -07:00
Mark Peek
5bf33a0e91
Provide line number for invalid json syntax [GH-56]
2013-07-01 13:30:08 -07:00
Mitchell Hashimoto
f623c0cb3b
v0.1.3
2013-07-01 11:40:49 -07:00
Mitchell Hashimoto
4ad77b9d9a
website: update latest post-processor API
2013-07-01 11:35:09 -07:00
Mitchell Hashimoto
f270701858
packer: PostProcessor API change so they can keep artifacts [GH-55]
2013-07-01 11:30:39 -07:00