Advertisement
vertrex

Launchpad_Connection_Instructions

Aug 7th, 2013
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Download files:
  2. BZR: https://launchpad.net/bzr/2.5/2.5.1/+download/bzr-2.5.1-1-setup.exe
  3. Pagent: http://the.earth.li/~sgtatham/putty/latest/x86/pageant.exe
  4. Code::Blocks: http://sourceforge.net/projects/codeblocks/files/Binaries/10.05/Windows/codeblocks-10.05mingw-setup.exe/download
  5.  
  6. Resource of PUTTY* files: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
  7.  
  8. These are the steps to connecting to launchpad through bzr:
  9.  
  10. 1) Anywhere, right click and select "Tortoise Bazaar"
  11. 2) Then click "Run command" and a window should open up after a few seconds
  12. 3) In "command", type "launchpad-login"
  13. 4) Under "Options and arguments for commands", type in your launchpad username
  14. 5) Then hit "ok"
  15.  
  16. ===================================
  17.  
  18. 1) Do step 1 from above steps
  19. 2) In "command", type "whoami"
  20. 3) Under "Options and arguments for commands", type in the email you used to register with launchpad
  21. 4) Then hit "ok"
  22.  
  23. ===================================
  24.  
  25. 1) Run "pageant.exe" and a small icon should appear on the bottom right corner of the taskbar
  26. 2) Run "puttygen.exe" and a window should open up (PuTTY Key Generator)
  27. 3) Click "Generate" and move your mouse around the window (keep the mouse pointer inside the window)
  28. !!!!!!!!!!!!!!!
  29. !NOTE:
  30. * Keep the window as it is. Don't do anything with it from here on
  31. * Replace {username} with YOUR username. Remove the { ... } since they are just indicator of where your username goes.
  32. !!!!!!!!!!!!!!!
  33. 4) Then open https://launchpad.net/~{username}/+editsshkeys
  34. 5) Back to the (PuTTY Key Generator) window and copy the entire text from under "Public key for pasting into Open SSH authorized_keys file:"
  35. 6) Paste the copied text into the blank space given in your account's blank box and then click "Submit" and a message should come back saying it's submitted or something similar
  36. !!!!!!!!!!!!!!!
  37. !NOTE: The next few steps will be conducted in the (PuTTY Key Generator) window
  38. !!!!!!!!!!!!!!!
  39. 7) Type in a password under "Key passphrase". This can be anything but you have to remember it! The same applies to "Confirm passphrase"
  40. 8) Then click "Save private key" and save it. Same applies to "Save public key". (Save the public key as "public" while private as "private")
  41. 9) Copy and paste in the code written in the
  42.  
  43. ===================================
  44.  
  45. 1) Find the icon that has the name tag "Pageant (PuTTY authentication agent)"
  46. 2) Right click it and then click "Add Key"
  47. 3) Locate your private key file
  48. 4) Now type the password you typed in the "PuTTY Key Generator"
  49.  
  50. That's it! Now you can commit changes to launchpad :)
  51.  
  52. ===================================
  53. If you need more help to clarify things, visit this:
  54. https://help.launchpad.net/YourAccount
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement