Front page | perl.qpsmtpd |
Postings from November 2009
Re: AnyEvent mode?
Thread Previous
|
Thread Next
From:
Ask Bjørn Hansen
Date:
November 24, 2009 08:23
Subject:
Re: AnyEvent mode?
Message ID:
D0C76F94-BE36-441B-8720-73F2F868636C@develooper.com
On Nov 23, 2009, at 14:52, Matt Sergeant wrote:
>> There are also more "other stuff" available with AnyEvent -- I think it'd be cool!
>
> OK. How do I get this to you? It's basically just two new files, no patches to anything.
Either make a github account, clone my repository and then:
git clone git@github.com:msergeant/qpsmtpd.git
git add new.file another-file.pl
git commit
git push origin
... and then anyone can work with it from your repository. This is how most patches are processed now.
or:
git clone git://github.com/abh/qpsmtpd.git
git add new.file another-file.pl
git commit
git format-patch HEAD^..
git send-email --to=qpsmtpd@perl.org 0001*
to manage the changes in git and use git to send them to the list.
... or of course you could just send them to the list or to me or put them on http somewhere and send a link -- but since you asked. :-)
- ask
--
http://develooper.com/ - http://askask.com/
Thread Previous
|
Thread Next