How to commit to launchpad: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
No edit summary
 
(19 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.
We are not using Bazaar anymore, but Git.
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/

Latest revision as of 04:36, 16 March 2023

We are not using Bazaar anymore, but Git.