Commit Graph

822 Commits

Author SHA1 Message Date
Mitchell Hashimoto 7d32b7f4b3 packer/plugin: Println should be Printf 2013-07-01 11:01:23 -07:00
Mitchell Hashimoto 9cf78edcf0 builder/virtualbox: trim whitespace when getting version 2013-07-01 10:59:04 -07:00
Mitchell Hashimoto 19f757a273 website: document disk_size config for virtualbox 2013-07-01 10:51:40 -07:00
Mitchell Hashimoto 4c08343e15 website: document the vmware tools stuff 2013-07-01 10:48:50 -07:00
Mitchell Hashimoto e10ede6134 packer/rpc: Tests passing again 2013-07-01 10:45:51 -07:00
Mitchell Hashimoto 734b5da49e Update CHANGELOG 2013-07-01 10:45:51 -07:00
Mitchell Hashimoto f82aa7c974 builder/vmware: tools_upload_flavor and path
/cc @smerrill
2013-07-01 10:45:50 -07:00
Mitchell Hashimoto 464581905c Merge pull request #89 from mitchellh/debug-plat-arch
Log Packer OS/Arch to Debug
2013-07-01 10:00:59 -07:00
Mitchell Hashimoto a7941558d5 Update CHANGELOG 2013-07-01 09:41:10 -07:00
Mitchell Hashimoto a3f47462f5 fmt 2013-07-01 09:39:34 -07:00
Mitchell Hashimoto b773e8decd packer/rpc: Listen on 127.0.0.1 specifically to avoid hangs 2013-07-01 09:39:34 -07:00
Jack Pearkes dac59bf50e packer: prints packers OS and architecture to the log during startup 2013-07-01 18:34:43 +02:00
Mitchell Hashimoto 5425aecaae Merge pull request #88 from mitchellh/debug-version
Log Packer Version to Debug
2013-07-01 08:53:16 -07:00
Jack Pearkes 1014f4ba96 packer: print packers version to the log during startup 2013-07-01 16:46:54 +02:00
Jack Pearkes e11fbcdad2 builder/digitalocean: display friendler API error messages
Fixes #85
2013-07-01 09:29:45 +02:00
Mitchell Hashimoto cc9f309275 Update README 2013-06-30 21:03:24 -07:00
Mitchell Hashimoto 78a59a72f1 Merge pull request #86 from markjaquith/requirements
Note that Mercurial (hg) is a dependency for developing on Packer
2013-06-30 21:02:23 -07:00
Mark Jaquith fff8d3a5b3 Note that Mercurial (hg) is a dependency for developing on Packer. 2013-06-30 22:46:22 -04:00
Mitchell Hashimoto c98dd277c1 Merge pull request #83 from priteau/master
website: FIx a typo
2013-06-30 15:03:02 -07:00
Pierre Riteau 33c5a3bd50 Fix a small typo 2013-06-30 21:22:32 +01:00
Mitchell Hashimoto 2e0affe532 Merge pull request #75 from smerrill/upload-vmware-tools
builders/vmware: Upload vmware tools (only Linux for now)
2013-06-30 08:44:49 -07:00
Steven Merrill fc06324ca0 Incorporate code review feedback. 2013-06-30 11:10:26 -04:00
Mitchell Hashimoto feb092eb9c Merge pull request #79 from qur/master
Fix building on Ubuntu
2013-06-30 07:57:22 -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
Steven Merrill dbad9a4058 Add a method to get the VMware Tools ISO path. 2013-06-29 23:20:38 -04:00
Steven Merrill da3b0f54c7 Upload the linux.iso to /tmp/linux.iso. 2013-06-29 23:08:27 -04:00
Mitchell Hashimoto d4aea92f57 Merge pull request #74 from markjaquith/ignore-src-directory
.gitignore the /src directory
2013-06-29 19:19:26 -07:00
Mark Jaquith e0f7d753e0 .gitignore the /src directory 2013-06-29 22:16:31 -04:00
Mitchell Hashimoto a9af38401d Merge pull request #73 from jcrosby/master
website: Grammar tweak for veewee-to-packer docs
2013-06-29 18:06:32 -07:00
Jon Crosby de0e56f401 Update veewee-to-packer docs 2013-06-29 16:43:36 -07:00
Mitchell Hashimoto 9ff1525fcd Update README to note GOPATH [GH-71] 2013-06-29 14:32:27 -07:00
Mitchell Hashimoto 8f2340a04d Up version for development 2013-06-29 14:16:26 -07:00
Mitchell Hashimoto 3f32ced7b0 website: switch all download URLs to https 2013-06-29 14:16:12 -07:00
Mitchell Hashimoto 3c816930e0 v0.1.2 2013-06-29 14:03:39 -07:00
Mitchell Hashimoto d180df0032 packer: Template requires builders 2013-06-29 14:02:20 -07:00
Mitchell Hashimoto bd8f89410b post-processor/vagrant: use proper provider type for VMware boxes 2013-06-29 13:52:39 -07:00
Mitchell Hashimoto b317c763ac builder/virtualbox: add more logging to version detection 2013-06-29 13:45:30 -07:00
Mitchell Hashimoto 62cfa9983d packer/plugin: Assume any listen error is a port collision [GH-58] 2013-06-29 13:35:24 -07:00
Mitchell Hashimoto 9dadd1ce8a builder/vmware: delete unnecessary files from artifact 2013-06-29 13:28:08 -07:00
Mitchell Hashimoto b9fb40b8a5 builder/vmware: populate files properly in artifact [GH-63] 2013-06-29 13:00:34 -07:00
Mitchell Hashimoto b11b2739a9 post-processor/vagrant: rename OVF to box.ovf [GH-64] 2013-06-29 12:52:22 -07:00
Mitchell Hashimoto 38a41867a7 Merge pull request #68 from antonlindstrom/master
website: Update HTML characters for the <enter> command in Virtualbox builder documentation
2013-06-29 12:49:27 -07:00
Anton Lindström cf950af834 fix html characters in virtualbox builder doc
This commit removes <, > and instead uses <,> to describe the
enter command in the boot command code block in virtualbox
builder documentation. Noticed this after fixing the VMware doc.
2013-06-29 21:43:53 +02:00
Mitchell Hashimoto d2da9fbc93 Merge pull request #67 from mitchellh/website-text-selection
website: change color of text on selection
2013-06-29 12:31:04 -07:00
Mitchell Hashimoto 3bec95a9d0 Update CHANGELOG 2013-06-29 12:30:10 -07:00
Mitchell Hashimoto 5fb3f18427 Up version for dev 2013-06-29 12:26:15 -07:00
Jack Pearkes 7228643da4 website: change color of text on selection 2013-06-29 21:25:28 +02:00
Mitchell Hashimoto 224953b30c Merge pull request #62 from antonlindstrom/master
website: Update HTML characters for the <enter> command in VMware builder documentation
2013-06-29 12:23:40 -07:00
Mitchell Hashimoto f3b1d5f897 Merge pull request #61 from gkarekinian/patch-1
website: Fix typo in the Veewee to Packer doc page
2013-06-29 12:22:56 -07:00
Mitchell Hashimoto e126f76bda Merge pull request #66 from sergiotapia/fix-typo-in-readme
Fix typo in README file.
2013-06-29 12:21:41 -07:00