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

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


Branch: CURRENT, Version: 3.18.1, Package name: ruby32-capistrano-3.18.1, 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.


Required to run:
[devel/ruby-i18n] [security/ruby-sshkit] [security/ruby-airbrussh] [lang/ruby26-base]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 68 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-24 15:29:46 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.18.1

3.18.1 (2024-03-10)

Documentation

* Fix typos (#2151) @kianmeng
* Add capistrano-nomad to third party plugins list (#2145) @axsuul

Housekeeping

* Fix RuboCop in CI (#2148) @mattbrictson
* Add Ruby 3.3 to CI (#2147) @mattbrictson
   2023-11-11 15:49:00 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
sysutils/capistrano: update to 3.18.0

3.18.0 (2023-10-18)

Changes

* Remove default webpacker path to linked_dirs (#2139) @taketo1113

Bug Fixes

* Fix "lambda method requires a literal block" error (Ruby 3.3) (#2141)
  @mattbrictson

Housekeeping

* Upgrade to latest ver of release-drafter and update config (#2143)
  @mattbrictson
* Upgrade CI to actions/checkout v4 (#2142) @mattbrictson
* Auto-bump version number in generated release notes (#2140) @mattbrictson
* Migrate from CircleCI to GitHub Actions; add Cucumber features to CI
  (#2132) @mattbrictson
   2023-05-28 03:29:56 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.17.3

3.17.3 (2023-05-23)

This is a gem housekeeping release. No user-facing changes.

Documentation

* Fix typo in authorization docs (#2128) @HLFH

Housekeeping

* Fix deprecated usage of open-uri so feature tests work on Ruby 3 (#2129)
  @mattbrictson
* Fix failing OpenSSL install on Ruby 2.3 CI image (#2130) @mattbrictson
* Add Ruby 3.2 to CI matrix (#2126) @mattbrictson
* Fix failing CI builds for Ruby < 2.3 (#2124) @mattbrictson

New Contributors

* @HLFH made their first contribution in #2128
   2023-02-23 16:15:45 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.17.2

3.17.2 (2023-02-20)

Documentation

* Add capistrano-mysql_tables as 3rd party plugin (#2121) @floydj

Housekeeping

* Fix failing Ruby 2.0 CI build (#2116) @mattbrictson
   2022-08-28 14:57:33 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
sysutils/capistrano: update to 3.17.1

3.17.0 (2022-03-12)

New Features

* Add common Rails paths to suggested linked_dirs and linked_files (#2105)
  @gdurelle
* Add new default webpacker path to linked_dirs (#2084) @razum2um

Bug Fixes

* Add linked_dirs and linked_files to VariblesDoctor WHITELIST (#2103)
  @y-yagi

Housekeeping

* Switch from Travis to Circle CI (#2100) @mattbrictson
* Ensure rubocop can run under Ruby 3.1 (#2099) @mattbrictson
* Fix warnings and errors in cucumber feature tests (#2095) @mattbrictson

3.17.1 (2022-08-07)

Documentation

* Remove reference to the deprecated :scm variable (#2111) @elondaits

Housekeeping

* Switch cucumber tests to use https instead of git:// (#2112) @mattbrictson
* Install newer SSH client to fix CI for old Rubies (#2106) @mattbrictson
   2021-10-26 13:20:30 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes
   2021-10-07 16:58:44 by Nia Alarie | Files touched by this commit (630)
Log message:
sysutils: Remove SHA1 hashes for distfiles
   2021-03-07 11:10:34 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
sysutils/capistrano: update to 3.16.0

3.16.0 (2021-02-28)

New Features

* Add a :verify_commit option; if enabled, checks that the revision being
  deployed has a valid signature (git only) (#2076) @mohamedhafez

Housekeeping

* Fix cucumber puts deprecation warnings (#2075) @mattbrictson