credit of the comits

Asked by Vianney - www.akretion.com.br

Hello,

I don't see the credit of my comits in my karma or in my recent activities. So I went see my last two comits ( https://code.launchpad.net/~akretion-team/+junk/advanced-project-managementand ) I noticed that it is nor my login (vianneydc) nor my display name (Vianney - www.akretion.com.br) but my computer_login@nome_PC . How can I change that to get the credits for my comits?

Thank you!

--
Vianney

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Tim Penhey
Solved:
Last query:
Last reply:
Revision history for this message
Best Tim Penhey (thumper) said :
#1

You need to use the bzr whoami command to set your identity. Something like:
  bzr whoami "My Full Name <email address hidden>"

And use an email address that Launchpad has linked to your account.

Also, you don't get karma for commits to junk branches.

Revision history for this message
Vianney - www.akretion.com.br (vianneydc) said :
#2

Thanks a lot for these explanations.

Revision history for this message
Vianney - www.akretion.com.br (vianneydc) said :
#3

Thanks Tim Penhey, that solved my question.