How to commit to launchpad: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Replaced content with 'This page has now been inserted into How to work with bazaar on the command line and How to work with bazaar through the GUI on Windows since Launchpad is now our mai…')
(18 intermediate revisions by 2 users not shown)
Line 1: Line 1:
If you don't have write privilages on bzr.openpetra.org you can also commit to launchpad.
This page has now been inserted into [[How to work with bazaar on the command line]] and [[How to work with bazaar through the GUI on Windows]] since Launchpad is now our main bzr server.
This can be done the following way:
 
- Create a public and private key on launchpad. This is explained [https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair here].
It is quite important to execute pageant and to load the private key into pageant.
 
- Create (Register) a branch on launchpad.
 
- Create a branch in bazaar and create your code. Commit it to the local branch on your hard drive.
 
- After that you will do a push to launchpad (fe. to bzr+ssh://bazaar.launchpad.net/~jomammele/openpetraorg/website-spanish/)
 
 
If you get an unlock error-message execute a
  bzr break-lock bzr+ssh://bazaar.launchpad.net/~jomammele/openpetraorg/website-spanish/

Revision as of 14:28, 15 November 2011

This page has now been inserted into How to work with bazaar on the command line and How to work with bazaar through the GUI on Windows since Launchpad is now our main bzr server.