How to commit to launchpad: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
* 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 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. | ||
* In your bazaar, you need to tell your launchpad username, on the command line run <code>bzr launchpad-login USERNAME</code>. | * In your bazaar, you need to tell your launchpad username, on the command line run <code>bzr launchpad-login USERNAME</code>. You can do this in the GUI as well, in the menu Bazaar / All Commands / category Launchpad, Command launchpad-login, and enter your launchpad id as the parameter. | ||
* | * then go to https://code.launchpad.net/openpetraorg/+addbranch to create a new branch. It will have the url <code>lp:~USERNAME/openpetraorg/BRANCH_NAME</code> | ||
* | * Do a checkout now from that url <code>lp:~USERNAME/openpetraorg/BRANCH_NAME</code> | ||
* Now you can add files and change existing files, and commit them to your branch at Launchpad. | * Now you can add files and change existing files, and commit them to your branch at Launchpad. |
Revision as of 09:30, 21 October 2011
If you don't have write privileges on bzr.openpetra.org you can also commit to launchpad. This can be done the following way:
- First get an account on Launchpad, which is a service provided by the company Canonical, who develop Ubuntu and Bazaar: https://login.launchpad.net/+new_account
- Create a public and private key on launchpad. This is explained here. It is quite important to execute pageant and to load the private key into pageant.
- In your bazaar, you need to tell your launchpad username, on the command line run
bzr launchpad-login USERNAME
. You can do this in the GUI as well, in the menu Bazaar / All Commands / category Launchpad, Command launchpad-login, and enter your launchpad id as the parameter.
- then go to https://code.launchpad.net/openpetraorg/+addbranch to create a new branch. It will have the url
lp:~USERNAME/openpetraorg/BRANCH_NAME
- Do a checkout now from that url
lp:~USERNAME/openpetraorg/BRANCH_NAME
- Now you can add files and change existing files, and commit them to your branch at Launchpad.
- If you want to get the latest version from OpenPetra, do a merge from
http://bzr.openpetra.org:8008/openpetra/trunk
(orhttp://bzr.openpetra.org:8008/website/trunk
if you are working on the website)
- If you want your changes to be merged into the OpenPetra bzr, tell a core developer the URL of your branch. It is recommended to have small branches for each feature that you want to go upstream. You will not be able to reuse a branch, after it has been merged into openpetra trunk, since we want to avoid criss cross merges etc.
If you get an unlock error-message execute a
bzr break-lock bzr+ssh://bazaar.launchpad.net/~jomammele/openpetraorg/website-spanish/