How to submit patches to the opwnWNS main line?

Asked by Jan

I've checked out the openWNS SDK and its modules and have made bug fixes and additions that I would like to share with everybody else. How can I propose these changes for inclusion in the openWNS main line?

Question information

Language:
English Edit question
Status:
Solved
For:
openWNS SDK Edit question
Assignee:
No assignee Edit question
Solved by:
Maciej Muehleisen
Solved:
Last query:
Last reply:
Revision history for this message
Best Maciej Muehleisen (mue-comnets) said :
#1

Be sure to upload a public RSA key to Launchapd (https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair)

Make your patches in your local working copy, commit them and then push everything:
bzr push lp:~yourusername/LaunchpadProjectName/name-for-the-branch

if you then go to launchpad.net/LaunchpadProjectName and click on Code you should see your branch listed (wait few minutes if not).Click the branch an the choose "Propose for merging into another branch". Fill in the descriptions and click "Propose Merge". OpenWNS team will receive your Merge request, review it and apply it is OK.

Revision history for this message
Daniel Bültmann (daniel.bueltmann) said :
#2

Please also make sure that you have told bzr your launchpad login name. For me that would be:

> bzr launchpad-login daniel.bueltmann

See also the following link on that issue:

https://answers.launchpad.net/launchpad-answers/+question/53867

Revision history for this message
Jan (jan-ellenbeck) said :
#3

Thanks Maciej Muehleisen, that solved my question.