Bug#630832: gbp-create-remote-repo: should support homedir URLs

2011-06-24 Thread Guido Günther
On Fri, Jun 24, 2011 at 09:02:23AM -0500, Courtney Bane wrote: [..snip..] > I've added a number of doctests in my latest patch. > > I also noticed that the invocation of ssh to run the remote script > didn't work properly if there was an explicit port in the URL. I've gone > ahead and fixed that

Bug#630832: gbp-create-remote-repo: should support homedir URLs

2011-06-24 Thread Courtney Bane
On Thu, Jun 23, 2011 at 02:35:51PM +0200, Guido Günther wrote: > On Sun, Jun 19, 2011 at 03:55:02PM -0500, Courtney Bane wrote: > > Sure. I've attached an updated patch that handles both forms of homedir > > URLs. This one is a little bit more involved, since I had to modify the > > remote script,

Bug#630832: gbp-create-remote-repo: should support homedir URLs

2011-06-23 Thread Guido Günther
Hi Courtney, On Sun, Jun 19, 2011 at 03:55:02PM -0500, Courtney Bane wrote: > On Sun, Jun 19, 2011 at 07:21:49PM +0200, Guido Günther wrote: > > Patch looks great. But according to the got-clone manpage git also > > supports ~user expansion: > > > > ssh://[user@]host.xz[:port]/~[user]/path/to/repo

Bug#630832: gbp-create-remote-repo: should support homedir URLs

2011-06-19 Thread Courtney Bane
On Sun, Jun 19, 2011 at 07:21:49PM +0200, Guido Günther wrote: > Patch looks great. But according to the got-clone manpage git also > supports ~user expansion: > > ssh://[user@]host.xz[:port]/~[user]/path/to/repo.git/ > > Could you handle that case too? Sure. I've attached an updated patch that

Bug#630832: gbp-create-remote-repo: should support homedir URLs

2011-06-19 Thread Guido Günther
Hi Courtney, On Fri, Jun 17, 2011 at 01:51:48PM -0500, Courtney Bane wrote: > Package: git-buildpackage > Version: 0.5.25 > Severity: wishlist > File: /usr/bin/gbp-create-remote-repo > Tags: patch > > gbp-create-remote-repo doesn't support remote URL patterns of the form > "ssh:///~/", even thoug

Bug#630832: gbp-create-remote-repo: should support homedir URLs

2011-06-17 Thread Courtney Bane
Package: git-buildpackage Version: 0.5.25 Severity: wishlist File: /usr/bin/gbp-create-remote-repo Tags: patch gbp-create-remote-repo doesn't support remote URL patterns of the form "ssh:///~/", even though git does. I've attached a patch that adds support for this (by removing "/~/" from the begi