[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Monotone-devel] sharing changes
From: |
graydon hoare |
Subject: |
Re: [Monotone-devel] sharing changes |
Date: |
06 Sep 2003 16:13:38 -0400 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 |
Tom Tromey <address@hidden> writes:
> [pubkey address@hidden
> MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDiH2UIhjH0mEh0vRPd6WlkWNWr/dXEofLp
> 4dZ0Xj/ZWBbCNQjMQB3UzKh75CMsx2XUqxs+KPx5N//JioMjdmoUT810EzU/EpH4apHi2Dhb
> mIq+yvUZ+seqfHJu5x0saJN+C+jhMKDjjgrDXZke23ECPuoA8iIpfzENoGZxYJkBzwIBEQ==
> [end]
ok, you're authorized now. add
function get_post_targets(branch)
return { {"http://www.off.net/monotone/depot.cgi", "monotone"} }
end
to your .monotonerc, and you should be in business.
> Yeah, that's what I was thinking. Basically, the user has to run
> "|monotone blah" from his mailer, or set up procmail, or gnus, or
> whatever. One nice thing about using mail as a transport is that
> anybody with a project can make a mailing list pretty easily -- all
> the major repositories let you do this.
ok then, sounds like we're agreed on what to do. you want to implement
it, or shall I?
-graydon