diff options
author | gls <gls@pkgsrc.org> | 2010-08-23 01:49:02 +0000 |
---|---|---|
committer | gls <gls@pkgsrc.org> | 2010-08-23 01:49:02 +0000 |
commit | d0dd2c4703064e0f4698c02193c88a2908e6fce9 (patch) | |
tree | 8356d8f5404dc08957c70deaa66400f0c98dd0da /sysutils/capistrano/PLIST | |
parent | 8f0d0546540628105050eeb76e586a84b548b179 (diff) | |
download | pkgsrc-d0dd2c4703064e0f4698c02193c88a2908e6fce9.tar.gz |
Update sysutils/capistrano to 2.5.19
Upstream changes:
== 2.5.18 / March 14, 2010
Small fix for rolling back if a shell scripts exits non-zero; enabled a rollback
if git (or other) externals fail during the deploy.
* #151 check return code status of system command to create local copy and
rollback if not 0 (David King)
== 2.5.17 / February 27, 2010
Various small bug fixes.
== 2.5.16 / February 14, 2010
Fixed a small regression in 2.5.15
== 2.5.15 / 14 February 2010
Fixes a feature request not to overwrite roles when using the ROLES
environmental variable.
* #126 - The option to not overwriting the roles which are defined in the task
definition.
* Removed the `upgrade` file as it has been a couple of years since 1.x was in
the wild.
* Slight internal re-factor of the way we calculate the `version`
== 2.5.14 / 18 January 2010
Fixes a low-value bug, thanks to Chris G for the well submitted patch:
#139 - Improves consistency of variable lookup, scm variables with a local_
prefix will be honoured with priority locally (Chris Griego)
== 2.5.13 / 6 January 2010
Small maintenance release:
* #118 - Modified CLI test to not load user or system configuration file (Emily
Price)
* #88 - Re-fixed a problem here, massive apologies to all concerned. (Hangover
from 2.5.12)
== 2.5.12 / 5 January 2010
* Tweak the directory version listing (caused a lot of problems, please upgrade
immediately)
== 2.5.11 / December 2009
* Deprecations and other small changes
Diffstat (limited to 'sysutils/capistrano/PLIST')
-rw-r--r-- | sysutils/capistrano/PLIST | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sysutils/capistrano/PLIST b/sysutils/capistrano/PLIST index 5b17bc0d57f..bdfe3549617 100644 --- a/sysutils/capistrano/PLIST +++ b/sysutils/capistrano/PLIST @@ -1,12 +1,11 @@ -@comment $NetBSD: PLIST,v 1.3 2009/12/02 14:46:35 fhajny Exp $ +@comment $NetBSD: PLIST,v 1.4 2010/08/23 01:49:02 gls Exp $ bin/cap bin/capify ${GEM_HOME}/cache/capistrano-${PKGVERSION}.gem ${GEM_LIBDIR}/.gitignore -${GEM_LIBDIR}/CHANGELOG.rdoc -${GEM_LIBDIR}/README.rdoc +${GEM_LIBDIR}/CHANGELOG +${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile -${GEM_LIBDIR}/TESTING.md ${GEM_LIBDIR}/VERSION ${GEM_LIBDIR}/bin/cap ${GEM_LIBDIR}/bin/capify @@ -61,7 +60,6 @@ ${GEM_LIBDIR}/lib/capistrano/recipes/deploy/strategy/remote_cache.rb ${GEM_LIBDIR}/lib/capistrano/recipes/deploy/templates/maintenance.rhtml ${GEM_LIBDIR}/lib/capistrano/recipes/standard.rb ${GEM_LIBDIR}/lib/capistrano/recipes/templates/maintenance.rhtml -${GEM_LIBDIR}/lib/capistrano/recipes/upgrade.rb ${GEM_LIBDIR}/lib/capistrano/role.rb ${GEM_LIBDIR}/lib/capistrano/server_definition.rb ${GEM_LIBDIR}/lib/capistrano/shell.rb @@ -69,7 +67,6 @@ ${GEM_LIBDIR}/lib/capistrano/ssh.rb ${GEM_LIBDIR}/lib/capistrano/task_definition.rb ${GEM_LIBDIR}/lib/capistrano/transfer.rb ${GEM_LIBDIR}/lib/capistrano/version.rb -${GEM_LIBDIR}/setup.rb ${GEM_LIBDIR}/test/cli/execute_test.rb ${GEM_LIBDIR}/test/cli/help_test.rb ${GEM_LIBDIR}/test/cli/options_test.rb @@ -92,6 +89,7 @@ ${GEM_LIBDIR}/test/deploy/local_dependency_test.rb ${GEM_LIBDIR}/test/deploy/remote_dependency_test.rb ${GEM_LIBDIR}/test/deploy/scm/accurev_test.rb ${GEM_LIBDIR}/test/deploy/scm/base_test.rb +${GEM_LIBDIR}/test/deploy/scm/bzr_test.rb ${GEM_LIBDIR}/test/deploy/scm/darcs_test.rb ${GEM_LIBDIR}/test/deploy/scm/git_test.rb ${GEM_LIBDIR}/test/deploy/scm/mercurial_test.rb |