Chris Bednarski
da20c36454
Removed unused variable breaking gorename
2015-07-13 18:04:50 -07:00
Chris Bednarski
28a13111b8
Add stub for validate test
2015-07-13 14:57:35 -07:00
Chris Bednarski
d2339b7ccc
Merge pull request #2408 from mitchellh/b-google-image-name
...
Fix interpolation in google compute image name
2015-07-13 14:18:55 -07:00
Seth Vargo
4128a49f7a
Merge pull request #2437 from mitchellh/sethvargo/rack_protection
...
Use Rack::Protection
2015-07-13 16:08:26 -04:00
Lorenzo Villani
7e64e90670
Use --portcount on VirtualBox 5.x
2015-07-13 20:32:45 +02:00
Seth Vargo
034040d2a7
Weird bundler
2015-07-13 13:25:06 -04:00
Seth Vargo
ff2e07771e
Use Rack::Protection
2015-07-13 12:59:57 -04:00
Seth Vargo
1de5171857
Update middleman-hashicorp
2015-07-13 12:59:57 -04:00
Seth Vargo
683d6a73ec
Merge pull request #2431 from walterdolce/fix/documentation-amendments
...
Fix other characters in docs displayed incorrectly
2015-07-12 10:27:11 -04:00
Walter Dolce
0c0ff5a25b
Remove third 's' from word
2015-07-12 14:50:04 +01:00
Walter Dolce
d99a1fab86
Fix other characters in docs displayed incorrectly
2015-07-12 00:11:59 +01:00
Seth Vargo
183beedb12
Merge pull request #2430 from walterdolce/patch-1
...
Fix character being displayed incorrectly in hashicorp ecosystem page
2015-07-11 17:27:03 -04:00
Walter Dolce
132b289b0e
Fix character being displayed incorrectly
2015-07-11 19:45:34 +01:00
YuZakuro
a6269671ec
Fix inconsistent spelling
...
`(boolean)` is used in most cases, but `(bool)` is used in places.
I ran `find website/source/**/*.(markdown|md) | xargs sed -i 's/(bool)/(boolean)/g'`
2015-07-09 18:20:13 +09:00
YuZakuro
315ad54834
Add description of force option for docker-tag
2015-07-09 17:40:34 +09:00
Chris Bednarski
1c71eaaa91
Change panic to multierror
2015-07-07 17:12:21 -06:00
Chris Bednarski
775450f46a
Merge branch 'fix_gce_image_name' of https://github.com/samitpal/packer into b-google-image-name
2015-07-07 16:19:55 -06:00
Chris Bednarski
bd6c31c2d9
Added TestImageName and moved private methods to the bottom of the file
2015-07-07 16:18:31 -06:00
Mitchell Hashimoto
da749e2470
Merge pull request #2407 from dayer4b/master
...
builder/null: When using a Null builder, this error message is incorrect.
2015-07-07 16:06:38 -06:00
Sunil K Chopra
fcb7967bf5
Merge branch 'fix-error-message-for-null'
2015-07-07 17:04:39 -05:00
Sunil K Chopra
750e09d51d
should be ssh_host, not host
2015-07-07 17:04:27 -05:00
Chris Bednarski
eaf8550e50
Merge pull request #2383 from tylert/gh-2382-ssh-wait-timeout-example-cleanup
...
Remove ssh_wait_timeout from doc basic examples for virtualbox/vmware…
2015-07-07 11:45:28 -06:00
Samit Pal
6d6b3e1ac2
The default image name in the code has a bug. It is being set to packer-{{timestamp}}, the {{timestamp}} part needs to be interpolated. Without the interpolation the GCE builder fails with
...
the following error
==> googlecompute: Creating image...
==> googlecompute: Error waiting for image: googleapi: Error 400: Invalid value for field 'resource.name': 'packer-{{timestamp}}'. Must be a match of regex '(?:[a-z](?:[-a-z0-9]{0,61}[a-z0-9])?)', invalid
2015-07-07 05:27:58 +00:00
Chris Bednarski
db10f7c0ce
Merge pull request #2396 from mitchellh/f-edit-docs
...
Add 'edit these docs' link in the website footer
2015-07-06 14:56:29 -06:00
Chris Bednarski
cc9549eac8
Update README to recommend the makefile
2015-07-06 14:54:30 -06:00
Chris Bednarski
0cee01261c
Added a makefile for the docs repo
2015-07-06 14:53:17 -06:00
Chris Bednarski
98e7f2a341
Added a footer link to edit the docs
2015-07-06 14:53:03 -06:00
Chris Bednarski
ed463bccda
Added post-processor crash fix to the changelog
2015-07-06 14:17:33 -06:00
Tyler Tidman
c416f6e14b
Remove ssh_wait_timeout from doc basic examples for virtualbox/vmware builders. Fixes GH-2382.
2015-07-02 17:37:03 -04:00
Chris Bednarski
872e78d5b0
v0.8.1
2015-07-02 14:14:56 -07:00
Chris Bednarski
7ca5984128
Merge pull request #2379 from mitchellh/b-ssh-handhake-timeout
...
Wrap SSH handshake in a timeout
2015-07-02 12:13:25 -07:00
Chris Bednarski
0ca03f09c1
Fix some style issues and add a doc to ErrHandshakeTimeout
2015-07-02 11:58:51 -07:00
Clint
67a1703768
Update CHANGELOG.md
2015-07-02 09:36:28 -05:00
Clint
61c083c0fd
Merge pull request #2381 from smerrill/feature/GH-2380
...
Fix #2830 .
2015-07-02 09:35:27 -05:00
Steven Merrill
0869c9fe64
Fix #2830 .
2015-07-02 10:23:44 -04:00
Chris Bednarski
5dd8ae45c7
Cleanup some resources we may have created
2015-07-02 03:55:18 -07:00
Chris Bednarski
03850cafc6
Implemented timeout around the SSH handshake, including a unit test
2015-07-02 03:40:47 -07:00
Mitchell Hashimoto
6ca48fa3c8
Merge pull request #2374 from mifix/fix-null-builder-doc
...
wesbtei: Fix NULL builder config documentation.
2015-07-01 09:59:41 -07:00
Christian Mayer
ebd4cb761d
Fix NULL builder config documentation.
...
Change from "host" to "ssh_host" was introduced in d545431f9b
2015-07-01 10:46:47 +02:00
Chris Bednarski
3239d157c1
Merge pull request #2368 from jszwedko/fix-stdin
...
Fix `packer build` reading from STDIN
2015-06-30 11:12:37 -07:00
Zach Zolton
548f2ced1c
Fix `packer build` reading from STDIN
...
Signed-off-by: Jesse Szwedko <jesse.szwedko@getbraintree.com>
2015-06-30 17:56:14 +00:00
Mitchell Hashimoto
3abec94936
update CHANGELOG
2015-06-30 10:46:14 -07:00
Mitchell Hashimoto
5ff86ae15f
Merge pull request #2367 from mitchellh/b-build-type
...
helper/config: copy buildname/buildtype properly
2015-06-30 10:45:12 -07:00
Mitchell Hashimoto
ac444accb1
helper/config: tests
2015-06-30 10:44:56 -07:00
Mitchell Hashimoto
fd2d44c212
helper/config: copy buildname/buildtype properly
2015-06-30 10:42:55 -07:00
Mitchell Hashimoto
8fd673ff9f
Merge pull request #2364 from tdg5/explicit_docker_pp_sequencing
...
website: Be more explicit about sequence definition usage in docker builder docs
2015-06-30 10:07:17 -07:00
Danny Guinther
d1961e782b
Be more explicit about sequence definition usage in docker builder docs
2015-06-30 08:33:01 -04:00
Chris Bednarski
31357df126
Merge pull request #2359 from mitchellh/d-execute-command
...
Document shell provisioner example for FreeBSD
2015-06-29 17:09:37 -07:00
Chris Bednarski
6c2e6c41d9
Added an example using tcsh with shell provisioner; reworded some of the execute_command docs
2015-06-29 17:06:49 -07:00
Chris Bednarski
caa518b294
Merge pull request #2358 from mitchellh/b-do-private-network
...
Detect the first public IPv4 address for Digital Ocean
2015-06-29 15:13:31 -07:00