How can I submit a bug fix?

Asked by fz105

I found a bug in "/opt/extras.ubuntu.com/fogger/bin/fogger" on line 177 where proxies = get_network_proxies() had no arguments where it was expecting 1

The fix was adding get_network_proxies(self)

How could I submit this fix?

Thanks

Question information

Language:
English Edit question
Status:
Answered
For:
Fogger Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Owais Lone (loneowais) said :
#1

Hi, this has already been fixed.

Thanks for trying to help out. In the future you can follow this procedure to submit fixes.

1) branch fogger https://code.launchpad.net/fogger (bzr branch lp:fogger)

2) Fix the code

3) Push to your branch

     bzr commit
     bzr push lp:~YOUR_LP_ID/fogger/BUG_FIX_SUMMARY

4) Go to your branch on launchpad.net and propose it for merging upstream

Can you help with this problem?

Provide an answer of your own, or ask fz105 for more information if necessary.

To post a message you must log in.