Chris Bednarski
6e8c6a15ad
Implement fix, add comments so it's more apparent why we're doing special logic
2015-08-14 17:49:08 -07:00
Chris Bednarski
7ecfb057ff
Added test case to catch deleting local source file when checksum doesn't match
2015-08-14 17:37:57 -07:00
Chris Bednarski
424ee65866
Added a log message when we use a local file instead of downloading one
2015-08-14 17:34:39 -07:00
Chris Bednarski
70af28be47
Added cake fixture for testing file:/// downloads
2015-08-14 17:34:04 -07:00
Chris Bednarski
641c8a2ea0
Added changelog entries for recently-merged features and fixes
2015-08-12 14:08:00 -07:00
Chris Bednarski
c8d0883f06
Merge pull request #2590 from mitchellh/f-vagrant-parallel-gzip
...
Add parallel gzip compression to the vagrant post-processor
2015-08-12 13:49:42 -07:00
Chris Bednarski
9ee07f1e8d
Add parallel gzip compression to the vagrant post-processor
2015-08-12 12:34:52 -07:00
Chris Bednarski
d0f6ab4331
Merge pull request #2585 from mitchellh/f-dockerdownload
...
Implement docker download
2015-08-12 12:24:23 -07:00
Chris Bednarski
5ad4b0e97e
Added tests and handle the tar format from docker cp -
2015-08-12 12:16:26 -07:00
Chris Bednarski
8cdd078952
Changed fixtures so we can do a directory test too
2015-08-12 11:48:47 -07:00
Chris Bednarski
62c5e8358d
Added a test for docker upload and download
2015-08-12 11:36:56 -07:00
Chris Bednarski
de9ecd2d62
Add a test fixture file
2015-08-12 11:36:33 -07:00
Chris Bednarski
3523ffdce1
Farewell extra line. You were pretty but out of place.
2015-08-12 11:36:10 -07:00
Rickard von Essen
b6098baac2
Merge pull request #2587 from rickard-von-essen/issue-2543
...
Fix interpolation of {{.Flavor}} in parallels_tools_guest_path. (2)
2015-08-12 10:29:42 +02:00
Rickard von Essen
da82ff3fd6
Fix interpolation of {{.Flavor}} in parallels_tools_guest_path. (2)
...
Actually fix the error...
Fixes [GH-2543]
2015-08-12 10:28:06 +02:00
Chris Bednarski
047382eec9
Style tweak
2015-08-11 22:30:19 -07:00
Chris Bednarski
dc3c55cf8e
Implemented downloader for the docker communicator so we can pull files out of a container
2015-08-11 22:22:52 -07:00
Chris Bednarski
e9c867b66a
Merge branch 'master' of https://github.com/mitchellh/packer
2015-08-11 17:10:44 -07:00
Chris Bednarski
d9a0f05926
Bump version.go to reflect dev status
2015-08-11 17:10:34 -07:00
Rickard von Essen
5e610df4b3
Merge pull request #2583 from rickard-von-essen/issue-2543
...
Fix interpolation of {{.Flavor}} in parallels_tools_guest_path.
2015-08-12 01:44:19 +02:00
Rickard von Essen
5a6bcdeb78
Fix interpolation of {{.Flavor}} in parallels_tools_guest_path.
...
Fixes [GH-2543]
2015-08-12 01:34:08 +02:00
Chris Bednarski
60bbe850ef
Bump version to v0.8.5
2015-08-10 18:30:33 -07:00
Chris Bednarski
c3d6366c3c
Merge branch 'master' of https://github.com/mitchellh/packer
2015-08-10 18:05:26 -07:00
Chris Bednarski
27e7a02e62
Replace v0.8.3 changelog with v0.8.4.
2015-08-10 18:04:47 -07:00
Chris Bednarski
b81bd74a2d
Merge pull request #2578 from mitchellh/b-vmware-bc-break
...
Revert backwards-compatibility break in VMX option casing
2015-08-10 17:51:54 -07:00
Chris Bednarski
313fcaf0ff
Revert backwards-compatibility break in VMX option casing
...
PR #2309 introduced case-sensitive options in VMX files. This is to support a case-sensitive option called `virtualSSD`. The change made all options case-sensitive, which causes problems with external VMX options provided in user templates. To prevent breakage, this change is being reverted.
- Fixes #2574
- Reverts #2542
- Reverts #2309
2015-08-10 14:52:34 -07:00
Chris Bednarski
fce6f86328
Updated changelog with some missing changes
2015-08-10 14:19:20 -07:00
Chris Bednarski
4cc443da8e
Update use of ec2rolecreds to match upstream
2015-08-10 13:59:56 -07:00
Chris Bednarski
f1eb95dbe0
Remove extra emphasis
2015-08-10 13:30:31 -07:00
Chris Bednarski
3a6cac97dd
Added v0.8.3 changelog
2015-08-10 12:45:20 -07:00
Chris Bednarski
4416954461
Corrected the meta text on the artifice page.
2015-08-10 10:25:19 -07:00
Chris Bednarski
8484c2e2a0
Prepare 0.8.3
2015-08-08 00:51:01 -07:00
Chris Bednarski
1b6d9b8571
Merge pull request #2571 from mitchellh/artifice
...
Artifice post-processor
2015-08-07 22:35:51 -07:00
Chris Bednarski
16d7e7542a
Added docs for artifice
2015-08-07 20:10:17 -07:00
Chris Bednarski
6dd0a21c89
Added an artifice post-processor which allows you to override artifacts in a post-processor chain
2015-08-07 18:21:23 -07:00
Chris Bednarski
100d2b1148
Merge pull request #2501 from mitchellh/docs-revamp-content
...
[WIP] Update packer docs related to Atlas
2015-08-07 17:43:26 -07:00
Chris Bednarski
acc1aa0613
Merge pull request #2556 from mitchellh/b-2414
...
Add interpolation for .BuildName in compress output filename
2015-08-07 13:18:01 -07:00
Chris Bednarski
211817c78e
Fix formatting for code block in docs
2015-08-06 16:52:30 -07:00
Chris Bednarski
d2d4ce77c5
Merge pull request #2561 from mitchellh/b-govet
...
Fix govet issues
2015-08-06 14:57:56 -07:00
Chris Bednarski
af2fa705bf
Added go vet and git rev-parse head to appveyor so we can see what we're actually building / testing
2015-08-06 12:24:13 -07:00
Chris Bednarski
eb5482cbab
Merge branch 'master' into b-govet
2015-08-06 11:03:37 -07:00
Chris Bednarski
f40ccd55ad
Added debug output to the makefile so I can see which commit travis is building
2015-08-06 11:02:57 -07:00
Chris Bednarski
a4e8a92a13
Merge pull request #2564 from clstokes/docs-misspelling
...
Fix 'ephemeral' misspelling.
2015-08-06 09:30:31 -07:00
Cameron Stokes
94c12c9afc
Fix 'ephemeral' misspelling.
2015-08-06 09:27:38 -07:00
Chris Bednarski
abb67fdd79
Fix govet issues
2015-08-05 19:41:29 -07:00
Chris Bednarski
02273207df
Reformat and merge
2015-08-05 16:33:49 -07:00
Chris Bednarski
f8c35afb73
Merge pull request #2560 from brycefisher/patch-1
...
Add missing option
2015-08-05 16:31:40 -07:00
Bryce Fisher-Fleig
e7ab9fb3c0
Add missing option
2015-08-05 15:28:20 -07:00
Chris Bednarski
1c956ff406
Removed errant backtick
2015-08-04 20:11:53 -07:00
Chris Bednarski
fbb24d4acf
Changed interpolation logic so .BuildName can be used in the output config option
2015-08-04 19:49:41 -07:00