bzr launchpad-login in your terminal.

Asked by delanov

I'm logged in. I have registered two keys (rsa and dsa.) What must I do configure an ID??

ddval@ddval-p6653w:~$ bzr launchpad-login
No Launchpad user ID configured.

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
William Grant
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
William Grant (wgrant) said :
#1

Run 'bzr launchpad-login vanoverw' to set your username.

Revision history for this message
delanov (vanoverw) said :
#2

Thanks William Grant, that solved my question.

Revision history for this message
delanov (vanoverw) said :
#3

Hello and thanks.

After I ran: bzr launchpad-login vanoverw, I then ran bzr launchpad-login, and when I hit enter vanoverw was returned. Is this how it's suppose to happen?

Revision history for this message
Best William Grant (wgrant) said :
#4

From "bzr help launchpad-login":

Description:
  When communicating with Launchpad, some commands need to know your
  Launchpad user ID. This command can be used to set or show the
  user ID that Bazaar will use for such communication.

Examples:
  Show the Launchpad ID of the current user:

      bzr launchpad-login

  Set the Launchpad ID of the current user to 'bob':

      bzr launchpad-login bob

Revision history for this message
delanov (vanoverw) said :
#5

Thank you.