launchpad id not working

Asked by Ronald Portier (Therp)

Hello,

When trying to set my launchpad-login I get a strange message.

I registered today on launchpad and created a public private key pair. I imported the public part into my launchpad profile.

If i use the launchpad-login subcommand, I get an error on sshkeys being redirected, whatever that might mean....:

the-openerp5@yggdrasil:~$ bzr launchpad-login "Ronald Portier"
bzr: ERROR: https://launchpad.net/%7ERonald%20Portier/%2Bsshkeys is permanently redirected to https://launchpad.net/~ronald portier/+sshkeys

Hope somebody can help me out

Thanks in advance, Ronld

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Edit question
Assignee:
No assignee Edit question
Solved by:
Martin Pool
Solved:
Last query:
Last reply:
Revision history for this message
Best Martin Pool (mbp) said :
#1

Hi Ronald,

That's because you need to use your userid, not your real name. In your case it seems to be "d-contact-openeyedev-com". I think you can change it through your account page, and you might want to do that before you start pushing branches if you're going to, so that the URLs don't change.

Hope that helps.

Revision history for this message
Ronald Portier (Therp) (rportier1962) said :
#2

Hello I changed my profile in rportier1962 and then did:

bzr launchpad-login rportier1962

This did the trick.

Thanks a lot!

Ronald

Revision history for this message
Ronald Portier (Therp) (rportier1962) said :
#3

Thanks Martin Pool, that solved my question.