Re: [aur-general] makepkg patch for g...@bitbucket.org urls

2013-05-04 Thread Myles English
Andrew Gregory writes: > > Special casing is definitely not the right solution. We already > support private repos through ssh. Just use git+ssh: > > git+ssh://g...@bitbucket.org/andrewgregory/dwm.git Thanks, that is useful too. Myles

Re: [aur-general] makepkg patch for g...@bitbucket.org urls

2013-05-03 Thread Andrew Gregory
On 05/03/13 at 05:33pm, Dave Reisner wrote: > On May 3, 2013 5:17 PM, "Myles English" wrote: > > > > > > Hi, > > > > Either I am using makepkg or wrong (how?) or I have a patch that might > > be useful. > > > > I was having trouble using this source line: > > > > sources=(dolfin::git://g...@bitbuc

Re: [aur-general] makepkg patch for g...@bitbucket.org urls

2013-05-03 Thread Myles English
Dave Reisner writes: > On May 3, 2013 5:17 PM, "Myles English" wrote: >> diff --git a/makepkg b/makepkg >> index 45a702e..310e5ef 100755 >> --- a/makepkg >> +++ b/makepkg >> @@ -269,6 +269,10 @@ get_protocol() { >> # strip leading filename >> local proto="${1##*::

Re: [aur-general] makepkg patch for g...@bitbucket.org urls

2013-05-03 Thread Dave Reisner
On May 3, 2013 5:17 PM, "Myles English" wrote: > > > Hi, > > Either I am using makepkg or wrong (how?) or I have a patch that might > be useful. > > I was having trouble using this source line: > > sources=(dolfin::git://g...@bitbucket.org:mylese/dolfin.git) > > which leads to this git command: >

[aur-general] makepkg patch for g...@bitbucket.org urls

2013-05-03 Thread Myles English
Hi, Either I am using makepkg or wrong (how?) or I have a patch that might be useful. I was having trouble using this source line: sources=(dolfin::git://g...@bitbucket.org:mylese/dolfin.git) which leads to this git command: $ git clone --mirror git://g...@bitbucket.org:mylese/dolfin.git /ho