Capistrano

Edit Package rubygem-capistrano
http://github.com/capistrano/capistrano

Capistrano is a framework and utility for executing commands in
parallel on multiple remote machines, via SSH. The primary goal is to
simplify and automate the deployment of web applications.

A utility for executing commands in parallel on multiple machines, such
as deploying applications to a cluster of boxes.

Refresh
Refresh
Source Files
Filename Size Changed
capistrano-3.4.0.gem 0000046080 45 KB
gem2rpm.yml 0000001632 1.59 KB
rubygem-capistrano.changes 0000020521 20 KB
rubygem-capistrano.spec 0000001899 1.85 KB
Revision 20 (latest revision is 41)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 289709 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 20)
- updated to version 3.4.0
 https://github.com/capistrano/capistrano/compare/v3.3.5...v3.4.0
 
 * Fixed fetch revision for annotated git tags. (@igorsokolov)
 * Fixed updating roles when custom user or port is specified. (@ayastreb)
 * Disables statistics collection.
 
 * `bin/` is not suggested to be in `linked_dirs` anymore (@kirs)
   * bin/ is often checked out into repo
   * https://github.com/capistrano/bundler/issues/45#issuecomment-69349237
 
 * Bugfix:
   * release_roles did not honour additional property filtering (@townsen)
   * Refactored and simplified property filtering code (@townsen)
 
 * Breaking Changes
   * Hosts with the same name are now consolidated into one irrespective of the
     user and port. This allows multiple declarations of a server to be made safely.
     The last declared properties will win. See capistrnorb.com Properties documentation
     for details.
   * Inside the on() block the host variable is now a copy of the host, so changes can be
     made within the block (such as dynamically overriding the user) that will not persist.
     This is very convenient for switching the SSH user temporarily to 'root' for example.
 
 * Minor changes
   * Add role_properties() method (see capistrano.github.io PR for doc) (@townsen)
   * Add equality syntax ( eg. port: 1234) for property filtering (@townsen)
   * Add documentation regarding property filtering (@townsen)
   * Clarify wording and recommendation in stage template. (@Kriechi)
     * Both available syntaxes provide similar functionality, do not use both for the same server+role combination.
Comments 0
openSUSE Build Service is sponsored by