./sysutils/ruby-capistrano, Tool for parallel execution of commands across multiple machines

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.19.2, Package name: ruby32-capistrano-3.19.2, Maintainer: pkgsrc-users

Capistrano is a tool for automating tasks on one or more remote servers.
It executes commands in parallel on all targeted machines, and provides
a mechanism for rolling back changes across multiple machines.


Master sites:

Filesize: 71.5 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-11 14:54:40 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/ruby-capistrano: update to 3.19.2

3.19.2 (2024-11-08)

Bug Fixes

* Fix uninitialized constant Capistrano::SCM::Git::StringIO (#2164)
  @taketo1113
   2024-07-14 10:01:09 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/ruby-capistrano: update to 3.19.1

3.19.1 (2024-07-02)

This release fixes an edge case where the new REVISION_TIME feature of
3.19.0 could cause deploys to hang in server environments where Git is
configured to use an interactive pager.

Bug Fixes

* Explicitly request that git log does not use a pager (#2162) @G-Rath
   2024-06-30 18:31:39 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
sysutils/ruby-capistrano: update to 3.19.0

3.19.0 (2024-06-24)

For Git-based deployments, Capistrano now creates a REVISION_TIME file (in
addition to a REVISION file) in each release.  See #2155 for more details.
To opt out of this behavior, clear the following Rake task in your
config/deploy.rb:

	Rake::Task["git:set_current_revision_time"].clear_actions

New Features

* Create REVISION_TIME with git commit timestamp upon deploy (#2155) @G-Rath

Housekeeping

* Properly assert that release was created in feature test (#2160) @G-Rath
* Use Docker container as remote SSH target for test suite (#2159) @eric-eye
* Fix mocha deprecation warnings (#2158) @mattbrictson
* Remove Danger since it is no longer working reliably (#2157) @mattbrictson
* Remove some stray spaces (#2154) @G-Rath
   2024-06-30 17:23:45 by Takahiro Kambe | Files touched by this commit (5)
Log message:
sysutils/ruby-capistrano: add sysutils/capistrano version 3.18.1

Add current sysutils/capistrano pacakge with new PKGPATH.