Commit Graph

5165 Commits

Author SHA1 Message Date
Chris Bednarski f8f7b7a34c Bump version to 0.8.6 2015-08-21 19:54:01 -07:00
Chris Bednarski fbb39bebd8 Merge pull request #2655 from mitchellh/b-makefile
Overhaul the Makefile
2015-08-21 18:41:09 -07:00
Chris Bednarski 547e9dd340 Add deps pre-target and remove testrace sadness from ci 2015-08-21 18:37:51 -07:00
Chris Bednarski 938f2178d7 Overhaul the Makefile
- Fix updatedeps reverting to master, which causes Travis CI to produce invalid results for pull-request builds. The makefile attempts to detect this change and checkout the correct branch if it happens.
- Clean up the code style and failure messaging.
- Add / update proxy targets for common workflows: default, deps, ci, release
2015-08-21 18:25:58 -07:00
Chris Bednarski 0a79546cf9 Update dependency to an SSL-enabled path; this was migrated from launchpad to github 2015-08-21 17:17:56 -07:00
Chris Bednarski b610e8005c Merge branch 'master' of https://github.com/mitchellh/packer 2015-08-21 17:11:02 -07:00
Chris Bednarski f725cf1a4b Correct docs for qemu vm_name 2015-08-21 17:10:56 -07:00
Chris Bednarski 666cdc03a6 Merge pull request #2646 from mitchellh/b-tests
Fix failing tests on master
2015-08-21 17:09:03 -07:00
Chris Bednarski 50d44ad740 Updated changelog 2015-08-21 17:08:14 -07:00
Chris Bednarski bf733b75d5 Revert "By default, Qemu will now have an extension added based on the file format. This is a change to more closely match behavior from 0.7.5."
This reverts commit 55fadd96bc.
2015-08-21 16:46:29 -07:00
Chris Bednarski c8d1c650f0 Revert "Updated test for qemu VMName. Previously (0.7.5) a file extension was automatically added to the VMname but this logic is not exposed for testing."
This reverts commit d13647ee0f.
2015-08-21 16:45:47 -07:00
Chris Bednarski cf8933e374 Merge pull request #2573 from pecigonzalo/f-build-mingw
Update Make and Build.sh so it works on MinGW
2015-08-20 19:16:20 -07:00
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 2015-08-21 13:58:33 +12:00
Chris Bednarski bc06508470 Merge pull request #2650 from tas50/master
Opscode -> Chef
2015-08-20 16:27:33 -07:00
Tim Smith 14b39c5b51 Opscode -> Chef
Basic company name update
2015-08-20 16:26:18 -07:00
Chris Bednarski 244500c667 Merge pull request #2636 from mitchellh/docs-checkpoint
Added docs for checkpoint
2015-08-20 14:23:49 -07:00
Chris Bednarski 1830c81eab Correct and expand docker config tests for commit, discard, export_path 2015-08-20 14:15:52 -07:00
Chris Bednarski d13647ee0f Updated test for qemu VMName. Previously (0.7.5) a file extension was automatically added to the VMname but this logic is not exposed for testing. 2015-08-20 14:03:16 -07:00
Olivier Tremblay 6644f57160 Merge branch 'master' into custom-targetpath 2015-08-20 08:20:55 -04:00
Olivier Tremblay 839f051d93 undo portions of general stupidity I have done. 2015-08-20 07:41:02 -04:00
Olivier Tremblay f301a6454d Added documentation, renamed config param to iso_target_path 2015-08-20 07:37:24 -04:00
Olivier Tremblay 661552dfd5 Merge branch 'master' into custom-targetpath 2015-08-20 07:26:22 -04:00
Chris Bednarski 133d76f557 Merge pull request #2605 from mitchellh/b-2603
Don't delete iso_url when it's a local file
2015-08-19 13:15:32 -07:00
Chris Bednarski 1764238c0b Added [DEBUG] prefix to log messages 2015-08-19 13:15:23 -07:00
Chris Bednarski 8f7f82334a Merge pull request #2628 from mitchellh/b-docker-export-validation
Improve artifact validation for docker builder
2015-08-19 13:12:34 -07:00
Chris Bednarski 5503b7f496 Don't export errors 2015-08-19 13:12:16 -07:00
Chris Bednarski 96a857ea6f Merge pull request #2629 from mitchellh/b-2601
Document Qemu file extension for vm_name
2015-08-19 13:08:28 -07:00
Chris Bednarski 8d8e320e8c Added docs for checkpoint 2015-08-19 13:01:55 -07:00
Chris Bednarski 55fadd96bc By default, Qemu will now have an extension added based on the file format. This is a change to more closely match behavior from 0.7.5. 2015-08-18 17:44:17 -07:00
Chris Bednarski d367b8b521 If is customized no file extension is added. The documentation has been updated to reflect this. 2015-08-18 17:43:59 -07:00
Chris Bednarski 746b9a8391 Formatting tweaks 2015-08-18 16:55:29 -07:00
Chris Bednarski ffef8efaf4 Added docs for discard; clarify mutual exclusivity between commit, discard, and export_path 2015-08-18 16:47:58 -07:00
Chris Bednarski 1b1bd19c20 Reformat code so we can grep for this more easily 2015-08-18 16:47:12 -07:00
Chris Bednarski e60b3745f5 Merge pull request #2619 from vtolstov/artifice
allow wildcards in artifice files
2015-08-18 15:13:56 -07:00
Chris Bednarski 750a9c61de Added discard option for docker builder, also reorganized some error messages 2015-08-18 14:38:32 -07:00
Chris Bednarski 32978a5109 Add an explicit error message when there is no output file specified 2015-08-18 13:48:18 -07:00
Vasiliy Tolstov 97f3f31d3d Merge branch 'master' into artifice 2015-08-18 11:57:06 +00:00
Vasiliy Tolstov f0fdf865a1 allow wildcards in artifice files
Signed-off-by: Vasiliy Tolstov <v.tolstov@selfip.ru>
2015-08-18 10:53:33 +00:00
Chris Bednarski 51002e8c6f Merge pull request #2615 from mitchellh/b-aws-upstream
Update calls to amazon to match the upstream
2015-08-17 18:09:00 -07:00
Chris Bednarski 1a775c05d9 Update calls to amazon to match the upstream
- see http://aws.amazon.com/releasenotes/2948141298714307
- run awsmigrate-renamer on each amazon module (chroot, instance, etc.)
2015-08-17 17:44:01 -07:00
Chris Bednarski 2237fb3e75 Merge pull request #2614 from mitchellh/docs-esxi-floppy
Clarify use-case and example for floppy preseed
2015-08-17 16:14:16 -07:00
Chris Bednarski d96b426a6d Clarify use-case and example for floppy preseed 2015-08-17 14:56:26 -07:00
Chris Bednarski c8a43eabdf Merge pull request #2610 from kikitux/master
note about floppy on ESXi
2015-08-17 14:43:50 -07:00
Alvaro Miranda f54940d9e8 note about floppy on ESXi
note about floppy on ESXi
2015-08-17 22:15:26 +12:00
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