Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #9607 (closed enhancement: incomplete)

Opened 10 months ago

Last modified 9 months ago

[PATCH] Git SCM module for Capistrano 2.0

Reported by: garrydolley Assigned to: minam
Priority: normal Milestone: 1.2.4
Component: Capistrano Version: edge
Severity: normal Keywords:
Cc:

Description

I'm submitting the module I wrote for Capistrano 2.0 that allows one to deploy from a Git repository. Parts of this plugin was borrowed from Scott Chacon's version, which I found on the Capistrano mailing list but failed to be able to get working. I believe my version is a bit more feature complete also.

Full details are in my announcement: http://scie.nti.st/2007/9/4/capistrano-2-0-with-git-shared-repository

Module (git.rb) has been attached to this ticket.

Attachments

git-2.0.rb (5.5 kB) - added by garrydolley on 09/20/07 07:23:07.

Change History

09/20/07 07:23:07 changed by garrydolley

  • attachment git-2.0.rb added.

09/20/07 23:09:13 changed by heavysixer

+1 git with it

09/23/07 11:18:37 changed by garrydolley

  • status changed from new to closed.
  • resolution set to incomplete.

Closing -- will add a new ticket that has a couple fixes to the module and also a full test suite.

09/23/07 11:36:42 changed by garrydolley

#9635 is the successor to this ticket.

10/28/07 14:08:34 changed by mikong

Now that #9635 is closed, should we re-close this as fixed or perhaps as a duplicate?