Path to this page:
./
sysutils/ruby-capistrano,
Tool for parallel execution of commands across multiple machines
Branch: CURRENT,
Version: 3.20.0,
Package name: ruby32-capistrano-3.20.0,
Maintainer: pkgsrc-usersCapistrano 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: 73 KB
Version history: (Expand)
- (2026-01-18) Updated to version: ruby32-capistrano-3.20.0
- (2025-10-24) Package has been reborn
- (2025-10-24) Package deleted from pkgsrc
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2024-12-11) Updated to version: ruby32-capistrano-3.19.2
CVS history: (Expand)
2026-01-18 06:46:49 by Takahiro Kambe | Files touched by this commit (3) |  |
Log message:
sysutils/ruby-capistrano: update to 3.20.0
3.20.0 (2025-12-13)
Breaking Changes
* Drop support for Ruby 2.0, 2.1, 2.2, 2.3, and 2.4 (#2171) @mattbrictson
Documentation
* fix PuTTY link in index.markdown (#2168) @emanulato
Housekeeping
* Bump release-drafter/release-drafter from 5 to 6 (#2174) @dependabot[bot]
* Bump actions/checkout from 4 to 6 (#2175) @dependabot[bot]
* Enable dependabot for Bundler and GitHub Actions (#2173) @mattbrictson
* Upgrade to rubocop 1.81.7; generate .rubocop_todo.yml (#2172)
@mattbrictson
* Add Ruby 3.4 to CI matrix (#2165) @mattbrictson
|
2024-12-11 14:54:40 by Takahiro Kambe | Files touched by this commit (2) |  |
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) |  |
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) |  |
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.
|