monotone-devel
[Top][All Lists]
Advanced

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

[Monotone-devel] Using get_branch_key (so usher can start servers)?


From: Jeronimo Pellegrini
Subject: [Monotone-devel] Using get_branch_key (so usher can start servers)?
Date: Sun, 14 May 2006 08:12:22 -0300
User-agent: Mutt/1.5.11+cvs20060403

Hi.
I was trying to configure usher today and everything works fine now
until the moment when usher will start "mtn serve". The problem is
that mtn is always requiring a "-k" option in the command line:

$ mtn serve main.mtn
mtn: misuse: you have multiple private keys
mtn: misuse: pick one to use for signatures by adding '-k<keyname>' to your 
command

But I did include this in my ~/.monotone/monotonerc:

function get_branch_key (branchname)
  return "my_key_is_here"
end

And I need to use "-k my_key_is_here" anyway. How should I use the 
get_branch_key hook? I think I did something wrong somewhere...

Thanks,
J.




reply via email to

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