Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Git-CPAN-Patch CPAN distribution.

Report information
The Basics
Id: 58205
Status: open
Priority: 0/
Queue: Git-CPAN-Patch

People
Owner: yanick+cpan [...] babyl.dyndns.org
Requestors: RASSIE [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: (no value)
Fixed in: (no value)



Subject: Detecting upstream Git repositories
Maybe I'm on the wrong path here, but I feel it'd be only natural for Git::CPAN::Patch to actually detect public upstream git repositories (e.g. in META.yml) and automatically clone them instead of downloading history from CPAN, especially considering how much of older CPAN recently got deleted.
Oh, and just in case this feature is actually implemented: I tried cpan- cloning Git::CPAN::Patch itself and haven't found a remote repo on github in the list, so I guess you could consider this feature request an actual bug report if that's supposed to work ;)
On Mon Jun 07 13:58:36 2010, RASSIE wrote: Show quoted text
> Maybe I'm on the wrong path here, but I feel it'd be only natural for > Git::CPAN::Patch to actually detect public upstream git repositories > (e.g. in META.yml) and automatically clone them instead of downloading > history from CPAN, especially considering how much of older CPAN recently > got deleted.
Extracting the git repo from the META is something that I indeed want to do at some point. In the meantime, you can use 'git-cpan-import --backpan' or 'git-cpan-import --gitpan' which will both give you the full release history of the module (the first via the BackPAN , the second via the http://github.com/gitpan account). Joy, `/anick
On Mon Jun 07 14:02:23 2010, RASSIE wrote: Show quoted text
> Oh, and just in case this feature is actually implemented: I tried cpan- > cloning Git::CPAN::Patch itself and haven't found a remote repo on github > in the list,
It's going to sound like a silly question, but what list are talking about, here? :-)
Am Mo 07. Jun 2010, 19:48:12, YANICK schrieb: Show quoted text
> On Mon Jun 07 14:02:23 2010, RASSIE wrote:
> > Oh, and just in case this feature is actually implemented: I tried
cpan- Show quoted text
> > cloning Git::CPAN::Patch itself and haven't found a remote repo on
github Show quoted text
> > in the list,
> > It's going to sound like a silly question, but what list are talking > about, here? :-)
Easy: the one that "git branches -a" gives me :)
Am Di 08. Jun 2010, 10:31:28, RASSIE schrieb: Show quoted text
> Am Mo 07. Jun 2010, 19:48:12, YANICK schrieb:
> > On Mon Jun 07 14:02:23 2010, RASSIE wrote:
> > > Oh, and just in case this feature is actually implemented: I tried
> cpan-
> > > cloning Git::CPAN::Patch itself and haven't found a remote repo on
> github
> > > in the list,
> > > > It's going to sound like a silly question, but what list are talking > > about, here? :-)
> > Easy: the one that "git branches -a" gives me :)
It's "git branch -a" of course, but you get the idea... ;)
On Mon Jun 07 19:47:12 2010, YANICK wrote: Show quoted text
> On Mon Jun 07 13:58:36 2010, RASSIE wrote:
> > Maybe I'm on the wrong path here, but I feel it'd be only natural
for Show quoted text
> > Git::CPAN::Patch to actually detect public upstream git repositories > > (e.g. in META.yml) and automatically clone them instead of
downloading Show quoted text
> > history from CPAN, especially considering how much of older CPAN
recently Show quoted text
> > got deleted.
> > Extracting the git repo from the META is something that I indeed
want Show quoted text
> to do at some point. In the meantime, you can use 'git-cpan-import > --backpan' or 'git-cpan-import --gitpan' which will both give you the > full release history of the module (the first via the BackPAN , the > second via the http://github.com/gitpan account). > > Joy, > `/anick > >
Is anyone working on this?
Subject: Re: [rt.cpan.org #58205] Detecting upstream Git repositories
Date: Mon, 09 May 2011 20:25:29 -0400
To: bug-Git-CPAN-Patch [...] rt.cpan.org
From: Yanick Champoux <yanick [...] babyl.dyndns.org>
On 11-05-09 06:34 PM, Mike Doherty via RT wrote: Show quoted text
>> Extracting the git repo from the META is something that I indeed
> want
>> > to do at some point. In the meantime, you can use 'git-cpan-import >> > --backpan' or 'git-cpan-import --gitpan' which will both give you the >> > full release history of the module (the first via the BackPAN , the >> > second via thehttp://github.com/gitpan account). >> > >> > Joy, >> > `/anick >> > >> >
> > Is anyone working on this?
Not right now, but it's something I still want to add to G::CPAN::P. If you want to have a go at it, you're quite welcome to it. :-) Joy, `/anick