Merge lp://staging/~chipaca/ubuntuone-client/very-basic-proxy-support-for-stable-1-4 into lp://staging/ubuntuone-client/stable-1-4
Proposed by
John Lenton
Status: | Work in progress | ||||
---|---|---|---|---|---|
Proposed branch: | lp://staging/~chipaca/ubuntuone-client/very-basic-proxy-support-for-stable-1-4 | ||||
Merge into: | lp://staging/ubuntuone-client/stable-1-4 | ||||
Diff against target: |
35 lines (+9/-2) 1 file modified
ubuntuone/syncdaemon/action_queue.py (+9/-2) |
||||
To merge this branch: | bzr merge lp://staging/~chipaca/ubuntuone-client/very-basic-proxy-support-for-stable-1-4 | ||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Roman Yepishev (community) | fieldtest | Needs Fixing | |
Review via email: mp+39910@code.staging.launchpad.net |
Commit message
Very basic and sill https proxy support.
Description of the change
Very basic and sill https proxy support.
To post a comment you must log in.
Unmerged revisions
- 739. By John Lenton
-
connect to a proxy if the environment variable HTTPS_PROXY is set
Quoting myself: the quality is low (not tdd! no tests! *eww*), and does not reflect how we like to do things, but it works for me and some might find it useful as a stopgap measure.
The way to use it is by setting the `HTTPS_PROXY` environment variable. This is done for you by GNOME proxy settings capplet.