Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
saulius committed Apr 6, 2008
0 parents commit ed23fce
Show file tree
Hide file tree
Showing 116 changed files with 12,722 additions and 0 deletions.
138 changes: 138 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,138 @@
== SVN

== 1.99.15 (Mar 27, 2008)

* moved vmbuilder_plugins out of deprec dir

== 1.99.14 (Feb 21, 2008)

* monit template now uses :mongrel_port instead of 8000

== 1.99.11 (Feb 21, 2008)

* enabled evented mongrel
* enhancement: updated how allowed hosts are generated
* bugfix: remove nginx index.html

== 1.99.8 (Feb 18, 2008)

* enhancement: added nginx_client_max_body_size setting for nginx rails vhost
* bugfix: monit config was broken

== 1.99.7 (Feb 18, 2008)

* enhancement: nginx vhost config now serves up assetX.hostname.com
* enhancement: deprec:db:schema_load is nicer than running migration initially

== 1.99.6 (Feb 15, 2008)

* bugfix: fixed monit support [Mike Bailey]

* bugfix: Mongrel wasn't starting when server rebooted. [Mike Bailey]

* bugfix: Fixed .caprc content [Mike Bailey]

== 1.99.5 (Feb 12, 2008)

* feature: installs and configures monit to manage your mongrel processes [Mike Bailey]

* feature: When running config_gen, if deprec discovers a file exists, checks
whether the new file differs from the existing one. If they're
identical, it skips it.

If they differ, the user is presented with the options to overwrite
or not but now there's an extra option to view a diff of the changes
that would occur. [Mike Bailey]

* change: handle_command_with_input now accepts an optional response parameter.
This is useful if you need to change a password on many servers and
don't want to have to keep entering the password at the prompt for
each box. [Mike Bailey]

== 1.99.4 (Feb 11, 2008)

* Bugfix: set correct path to templates [Mike Bailey]

deprec changelog (check the timeline at http://trac.deprecated.org/trac.cgi/timeline)

== 1.10.0
Massive changes in preparation for 2.0

== 1.8.0

* fixed scm_setup. it parses :repository if set and prompts user for values if not [Mike Bailey]
* added "role :scm, domain" to generated deploy.rb [Mike Bailey]
* added :trac_install, :trac_setup, :trac_start, :trac_stop [Mike Bailey]
* added :change_root_password and :change_root_password_as_root [Mike Bailey]
* moved templates dir [Mike Bailey]
* bugfix :db_setup now re-runnable

== 1.7.1

* bugfix: setup_ssh_keys() - print message and exit if ssh_options[:keys] not set [Mike Bailey]

== 1.7.0

* new tasks :install_memcached, :memcached_start, :memcached_stop, :memcached_restart [Mike Bailey]
* set default shell to '/bin/bash' for new users [Mike Bailey]
* bugfix: set default values for mongrel_user and mongrel_group [Mike Bailey]

== 1.6.0

* new task :install_php installs php-5.2.2 [Mike Bailey]

== 1.5.1

* bugfix: fixed bug in su_put that was causing Windows [Mike Bailey]

== 1.5.0

* bugfix: :set_perms_for_mongrel_dirs [Mike Bailey]
- now don't fail if log files do not exist (e.g initial deployment)
- is called by :after_symlink task instead of :after_update
this is because some tasks call :update_code without calling the
:update task but in all of these cases :symlink is called

* updated version from 1.4.x to 1.5.x due to pretty big change made
in previous version (mongrel no longer running as root) [Mike Bailey]

== 1.4.2

* change: mongrel no longer runs as root for security reasons [Mike Bailey]
* bugfix: install apache version 2.2.4 as previous version is no longer on their webserver [Mike Bailey]
* bugfix: fixed install_rubygems so install_rails_stack no longer fails when first run [Mike Bailey]

== 1.4.0

* renamed svn commands and made svn_create_repos re-runable [Mike Bailey]
* bugfix: Wildcard Apache NameVirtualHosts directive used be used just once [Mike Bailey]

== 1.3.1

* bugfix

== 1.3.0

* added md5sum checking to deprec.download_src [Mike Bailey]
* new function: deprec.mkdir(path, mode=0755, group=nil, user=nil) [Mike Bailey]
* start apache and mongrel on server boot [Mike Bailey]
* removed deprec_dotfiles script as the Cap code it patches is now in Capistrano source. [Mike Bailey]
* changed from LGPG to GPL licence. [Mike Bailey]

== 1.2.2

* Added enable_multiverse(), disable_multiverse() tasks for ubuntu package management [Mike Bailey]
* Removed termios as a gem requirement as it doesn't work on Windows [Mike Bailey]

== 1.2.1

* Updated railsmachine code to include SSL fix from new release [Mike Bailey]

== 1.2.0

* Added run_with_input and sudo_with_input for interactive tasks. [topfunky]
* Added sudo_stream for piping the output of a privileged command like the built-in stream() [topfunky]
* svn_cache_credentials task does an interactive svn list to make http-based repository deployments easier. [topfunky]
* Alternate deprec/recipes/cache_svn task overrides the built-in update_code task with a more efficient version. [topfunky]


19 changes: 19 additions & 0 deletions COPYING
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Copyright (c) 2006-2008 Mike Bailey <mike.bailey.net.au>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to
deal in the Software without restriction, including without limitation the
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
sell copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Loading

0 comments on commit ed23fce

Please sign in to comment.