[Bug 396187] Re: url_downloadable does not respect proxy

2010-08-09 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.134.10 --- update-manager (1:0.134.10) lucid-proposed; urgency=low * DistUpgrade/DistUpgradeMain.py: - add filter for apt API not stable yet warning (for hardy-lucid upgrades) (LP: #534200) *

[Bug 396187] Re: url_downloadable does not respect proxy

2010-08-06 Thread Jean-Baptiste Lallement
SRU verification for Lucid: I have reproduced the problem with update-manager 1:0.134.9 in lucid-updates and have verified that the version of update-manager 1:0.134.10 in -proposed fixes the issue. I've tested to the stage where update-manager starts to download the packages. Marking as

[Bug 396187] Re: url_downloadable does not respect proxy

2010-07-01 Thread Martin Pitt
Accepted update-manager into lucid-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Changed in: update-manager

[Bug 396187] Re: url_downloadable does not respect proxy

2010-07-01 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/lucid-proposed/update-manager -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 396187] Re: url_downloadable does not respect proxy

2010-06-04 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/update-manager -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 396187] Re: url_downloadable does not respect proxy

2010-05-31 Thread Michael Vogt
Thanks for the bugreport and the patch. The patch is not ideal because urllib2 always uses GET (for http) and RETR (for ftp). This is not ideal as it will cause more traffic than needed, especially when looking for a big File like Packages.gz. This is why the (more complicated) version with

[Bug 396187] Re: url_downloadable does not respect proxy

2010-05-31 Thread Michael Vogt
* UpdateManager/Core/utils.py: - fix url_downloadable and add tests, based on the patch from Paulo Albuquerque, many thanks (LP: #396187) ** Changed in: update-manager (Ubuntu) Status: Fix Released = Fix Committed -- url_downloadable does not respect proxy

[Bug 396187] Re: url_downloadable does not respect proxy

2010-05-31 Thread Launchpad Bug Tracker
** Branch linked: lp:update-manager -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 396187] Re: url_downloadable does not respect proxy

2010-05-31 Thread Michael Vogt
** Also affects: update-manager (Ubuntu Lucid) Importance: Undecided Status: New ** Changed in: update-manager (Ubuntu Lucid) Status: New = In Progress ** Changed in: update-manager (Ubuntu Lucid) Importance: Undecided = Medium -- url_downloadable does not respect proxy

[Bug 396187] Re: url_downloadable does not respect proxy

2010-05-31 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/update-manager/lucid -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 396187] Re: url_downloadable does not respect proxy

2010-05-31 Thread Michael Vogt
** Description changed: + url_downloadable in lucid is used to detect old-release.ubuntu.com + upgrades and to figure out the best location to downolaod the release- + upgrader tarball. Failure on this is not critical, just leads to using + archive.ubuntu.com instead of the selected mirror when a

[Bug 396187] Re: url_downloadable does not respect proxy

2010-05-31 Thread Launchpad Bug Tracker
This bug was fixed in the package update-manager - 1:0.141 --- update-manager (1:0.141) maverick; urgency=low * UpdateManager/backend/__init__.py: - switch to aptdaemon as install backend by default (unless the user has UPDATE_MANAGER_FORCE_BACKEND_SYNAPTIC in his

[Bug 396187] Re: url_downloadable does not respect proxy

2010-05-30 Thread Adam Guthrie
** Package changed: update-manager-core (Ubuntu) = update-manager (Ubuntu) -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 396187] Re: url_downloadable does not respect proxy

2009-11-02 Thread Riku Voipio
After adding the patch in comment #2 and the fix comment #2, it works for me. Quite sad that this bug was not fixed in one month after the patch was submitted :'( -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are

[Bug 396187] Re: url_downloadable does not respect proxy

2009-10-08 Thread Jayson Santos
At the end of line 48 it is missing a : I tried that and still not working, I will try to build a opener with proxy. -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 396187] Re: url_downloadable does not respect proxy

2009-09-28 Thread Paulo Albuquerque
** Changed in: update-manager-core (Ubuntu) Status: New = Confirmed -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 396187] Re: url_downloadable does not respect proxy

2009-09-28 Thread Paulo Albuquerque
I'm seeing this behavior too. I was trying to update an Ubuntu Server to test Karmic and spotted this. It was very weird because sudo do- release-upgrade apparently works and sudo do-release-upgrade -d doesn't. I checked the process environment and the $http_proxy variable is correctly defined.

[Bug 396187] Re: url_downloadable does not respect proxy

2009-09-28 Thread Paulo Albuquerque
I solved the problem and tested it on my system. The upgrade to a development release now works fine. I use urllib2 to test the repository url insted of using httplib and ftplib, so the proxy definitions are used. The code is more compact too. Can someone have a look? ** Attachment added:

[Bug 396187] Re: url_downloadable does not respect proxy

2009-09-28 Thread Paulo Albuquerque
** Tags added: jaunty -- url_downloadable does not respect proxy https://bugs.launchpad.net/bugs/396187 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com