thaljef / Pinto

Curate your own repository of Perl modules
https://metacpan.org/module/Pinto::Manual
66 stars 49 forks source link

Clone a stack from a different repository #189

Closed tartansandal closed 9 years ago

tartansandal commented 9 years ago

This was a quick hack to implement a repository cloning command.

In order to fully test the installer, I needed a copy of 'pinto-release' stack that I could play with freely.

Very late night hacking, so the code may be a bit rough :-(

thaljef commented 9 years ago

This is a really interesting idea, but I think it requires quite a lot more study before putting it in the core. So I'm going to reject this PR for now. But this is a great candidate for a separate plugin distribution.

tartansandal commented 9 years ago

On 2 March 2015 at 10:05, Jeffrey Ryan Thalhammer notifications@github.com wrote:

This is a really interesting idea, but I think it requires quite a lot more study before putting it in the core. So I'm going to reject this PR for now. But this is a great candidate for a separate plugin distribution.

​Fair call. Now that I actually have a PAUSE id, I might even get around to doing this ;-)​

tartansandal commented 9 years ago

Just to note, I've move this code to https://github.com/tartansandal/Pinto-Action-Clone for future development/discussion. Thanks for the feedback :-)