Commit Graph

4698 Commits

Author SHA1 Message Date
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
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
Chris Bednarski 51804e9132 Find a public IP address to provision a digital ocean box 2015-06-29 14:47:28 -07:00
Mitchell Hashimoto 61753d37cb Update CHANGELOG.md 2015-06-29 14:04:10 -07:00
Mitchell Hashimoto 2ee2850c1a Merge pull request #2353 from mitchellh/b-gce-comm-default
builder/googlecompute: default SSH settings properly [GH-2340]
2015-06-29 14:03:46 -07:00
Mitchell Hashimoto 95f9391fd6 Update CHANGELOG.md 2015-06-29 14:00:26 -07:00
Mitchell Hashimoto 6dd36075b2 Merge pull request #2352 from mitchellh/b-amazon-bundle
builder/amazon/instance: set valid bundle prefix [GH-2328]
2015-06-29 13:59:45 -07:00
Mitchell Hashimoto 782d693075 Update CHANGELOG.md 2015-06-29 13:47:53 -07:00
Mitchell Hashimoto d3ed169175 Merge pull request #2351 from mitchellh/f-winrm-debug
builder/amazon: output WinRM password for debug mode [GH-2336]
2015-06-29 13:46:51 -07:00
Mitchell Hashimoto 5c82ac2835 Merge pull request #2356 from mitchellh/b-min-version
packer: validate minimum version [GH-2310]
2015-06-29 13:46:35 -07:00
Chris Bednarski aa3a336e72 Merge pull request #2338 from mitchellh/b-only-flag
Fix flags so we can do e.g. -only=build1,build2
2015-06-29 13:06:20 -07:00
Mitchell Hashimoto 2498ad02c8 packer: validate minimum version [GH-2310] 2015-06-29 11:49:45 -07:00
Mitchell Hashimoto 8657b1e9d8 communicator/ssh: more logging 2015-06-29 11:40:08 -07:00
Mitchell Hashimoto 0904f4ed56 Merge pull request #2355 from ceh/appveyor-build-master-only
AppVeyor: only build master branch
2015-06-29 11:38:26 -07:00
Emil Hessman bfcd004497 AppVeyor: only build master branch
AppVeyor builds all branches per default.
Add a configuration setting to only build the master branch.

See http://www.appveyor.com/docs/branches#white-and-blacklisting for details.

For the record, AppVeyor builds can skipped by annotating the commit message
according to http://www.appveyor.com/docs/how-to/skip-build
Useful for e.g. website commits.

[skip appveyor]
2015-06-29 20:07:41 +02:00
Mitchell Hashimoto 9e6207f5bc Merge pull request #2354 from ceh/appveyor-status-badge
Add AppVeyor status badge to README
2015-06-29 10:26:05 -07:00
Emil Hessman eef260a11b Add AppVeyor status badge to README 2015-06-29 19:23:44 +02:00
Mitchell Hashimoto c1ad38155c Merge pull request #2350 from ceh/windows-ci-appveyor
Add AppVeyor configuration file
2015-06-29 10:09:48 -07:00
Mitchell Hashimoto 6c7a7b6068 builder/googlecompute: default SSH settings properly [GH-2340] 2015-06-29 09:56:33 -07:00
Mitchell Hashimoto 98db68e36c builder/amazon/instance: set valid bundle prefix [GH-2328] 2015-06-29 09:49:11 -07:00
Mitchell Hashimoto b315e470c8 builder/amazon: set debug flag for get password 2015-06-29 09:40:58 -07:00
Mitchell Hashimoto 0a2e54feaf builder/amazon: output WinRM password for debug mode [GH-2336] 2015-06-29 09:40:15 -07:00
Mitchell Hashimoto 1aef60ff76 update CHANGELOG 2015-06-29 09:35:42 -07:00
Mitchell Hashimoto 062b2270dd Merge pull request #2306 from wtschreiter/knife_config_by_template
Add knife config by template
2015-06-29 09:35:16 -07:00
Mitchell Hashimoto 1b9d0dcddd Merge pull request #2321 from acranox/chef-client-docs
website: Update docs for default configuration template
2015-06-29 09:33:48 -07:00
Mitchell Hashimoto 4a60e469e9 update CHANGELOG 2015-06-29 09:33:20 -07:00