New git "master" repository

2010-07-26 Thread Ask Bjørn Hansen
Hi everyone, Charlie asked a question that reminded me that I don't think I mentioned this: The canonical git repository is now http://github.com/smtpd/qpsmtpd I'll get the github people to update things so all the references to abh/qpsmtpd (forks etc) will hopefully be automatically

Re: New git "master" repository

2010-12-11 Thread Walt Mankowski
On Mon, Jul 26, 2010 at 03:34:37PM -0700, Ask Bjørn Hansen wrote: > Hi everyone, > > Charlie asked a question that reminded me that I don't think I mentioned this: > > The canonical git repository is now > > http://github.com/smtpd/qpsmtpd > > I'll get the github people to update things

Re: New git "master" repository

2010-12-11 Thread Ask Bjørn Hansen
On Dec 10, 2010, at 18:23, Walt Mankowski wrote: > I just tried to clone that repository and got the following error: > > % git clone http://github.com/smtpd/qpsmtpd > Cloning into qpsmtpd... > fatal: http://github.com/smtpd/qpsmtpd/info/refs not found: did you run git > update-server-info

Re: New git "master" repository

2010-12-11 Thread Walt Mankowski
On Sat, Dec 11, 2010 at 05:30:57PM -0800, Ask Bjørn Hansen wrote: > > On Dec 10, 2010, at 18:23, Walt Mankowski wrote: > > > I just tried to clone that repository and got the following error: > > > > % git clone http://github.com/smtpd/qpsmtpd > > Cloning into qpsmtpd... > > fatal: http://gi

Re: New git "master" repository

2010-12-11 Thread Ask Bjørn Hansen
I'm confused. It's a standard github repository. And being git it doesn't matter too much where you clone from. Browse changes, make a github fork etc: https://github.com/smtpd/qpsmtpd Clone over http: git clone https://github.com/smtpd/qpsmtpd.git Clone over git protocol:

Re: New git "master" repository

2010-12-11 Thread Walt Mankowski
On Sat, Dec 11, 2010 at 08:01:26PM -0800, Ask Bjørn Hansen wrote: > I'm confused. It's a standard github repository. And being git it doesn't > matter too much where you clone from. > > Browse changes, make a github fork etc: > https://github.com/smtpd/qpsmtpd > > Clone over http: >