monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-devel] Re: How secure are group names?


From: Peter Simons
Subject: [Monotone-devel] Re: How secure are group names?
Date: 02 Dec 2003 19:33:10 +0100

graydon hoare writes:

 > huh. works for me. what's in your .monotonerc?

Here it is:

 | function get_post_targets(branch)
 |   local b = string.gsub(branch, "^to%.cryp%.(.+)", "%1")
 |   if (b ~= branch) then
 |     return { "http://monotone.cryp.to/cgi-bin/depot.cgi/"; .. b }
 |   end
 | 
 |   return nil
 | end
 | 
 | function get_fetch_sources(branch)
 |   if (branch == "net.venge.monotone") then
 |     return { "http://www.off.net/monotone/depot.cgi/monotone"; }
 |   end
 | 
 |   local b = string.gsub(branch, "^to%.cryp%.(.+)", "%1")
 |   if (b ~= branch) then
 |     return { "http://monotone.cryp.to/cgi-bin/depot.cgi/"; .. b }
 |   end
 | 
 |   return nil
 | end
 | 
 | function get_http_auth(url)
 |   return "address@hidden"
 | end
 | 
 | function get_author(branch)
 |   return "Peter Simons <address@hidden>"
 | end
 | 
 | function get_branch_key(branch)
 |   return "address@hidden"
 | end
 | 
 | function get_mail_sender(branch)
 |   return "address@hidden"
 | end

Peter





reply via email to

[Prev in Thread] Current Thread [Next in Thread]