[arch-general] [pkgstats] Patch to allow pkgstats to submit info through a proxy (if this is setted on http_proxy)

Phillip Smith arch-general at fukawi2.nl
Tue Dec 22 16:39:13 EST 2009


2009/12/23 Angel Velásquez <angvp at archlinux.com.ve>:
>avelasquez at avelasquez-desktop ~»]$ echo $http_proxy
> http://localhost:5865
>avelasquez at avelasquez-desktop ~»]$ https_proxy=$http_proxy
>avelasquez at avelasquez-desktop ~»]$ echo $https_proxy
> http://localhost:5865
>avelasquez at avelasquez-desktop ~»]$ pkgstats
> Creating package list...
> Submitting data...
>
> And never submit anything,

You need to export the var as well as set it I believe...
`export https_proxy=$http_proxy` not just `https_proxy=$http_proxy`


More information about the arch-general mailing list