On 2017-04-28, Vagrant Cascadian wrote: > On 2017-04-28, Vagrant Cascadian wrote: >> On 2017-04-28, Enrico Zini wrote: >>> Would you like me to try and provide a version which uses urlretrieve? >> >> All these ideas sound good to me, so please take a shot at it! > > Actually, being able to verify the checksums instead of relying on > timestamps got me excited enough to try this myself...
And pushed to git, review appreciated.
> So we may need to set that with os.environ or something?
I went ahead and added:
if env.get("http_proxy"):
os.environ.setdefault('http_proxy', env.get("http_proxy"))
Seemed to work. Might be a better way.
live well,
vagrant
signature.asc
Description: PGP signature

