chef

https://github.com/opscode/chef

Ruby

A systems integration framework, built to bring the benefits of configuration management to your entire infrastructure.

Chef::Resource::Deploy#timeout

FIXME The Deploy resource may be passed to an SCM provider as its
resource.  The SCM provider knows that SCM resources can specify a
timeout for SCM operations. The deploy resource must therefore support
a timeout method, but the timeout it describes is for SCM operations,
not the overall deployment. This is potentially confusing.

Source | Google | Stack overflow

Edit

git clone [email protected]:opscode/chef.git

cd chef

open lib/chef/resource/deploy.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Chef--Resource--Deploy-timeout-for-pr


# Commit to git

git add lib/chef/resource/deploy.rbgit commit -m "better docs for Chef::Resource::Deploy#timeout"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Chef--Resource--Deploy-timeout-for-pr

hub pull-request


# Celebrate!