Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Thomas Goirand
On 10/12/2013 11:33 AM, Scott Kitterman wrote: > On Saturday, October 12, 2013 11:26:28 Thomas Goirand wrote: >> On 10/12/2013 01:26 AM, Barry Warsaw wrote: >>> On Oct 11, 2013, at 07:23 PM, Julian Taylor wrote: It is better if one disables internet access of package builds completely. >>

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Scott Kitterman
On Saturday, October 12, 2013 11:26:28 Thomas Goirand wrote: > On 10/12/2013 01:26 AM, Barry Warsaw wrote: > > On Oct 11, 2013, at 07:23 PM, Julian Taylor wrote: > >> It is better if one disables internet access of package builds > >> completely. > >> With pbuilder and iptables this is very easy, j

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Thomas Goirand
On 10/12/2013 01:26 AM, Barry Warsaw wrote: > On Oct 11, 2013, at 07:23 PM, Julian Taylor wrote: > >> It is better if one disables internet access of package builds completely. >> With pbuilder and iptables this is very easy, just run this when booting: >> >> iptables -I OUTPUT ! -d 127.0.0.1 -m o

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Barry Warsaw
On Oct 11, 2013, at 07:23 PM, Julian Taylor wrote: >It is better if one disables internet access of package builds completely. >With pbuilder and iptables this is very easy, just run this when booting: > >iptables -I OUTPUT ! -d 127.0.0.1 -m owner --gid-owner 1234 -j REJECT >--reject-with icmp-po

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Julian Taylor
On 11.10.2013 17:04, Barry Warsaw wrote: > On Oct 11, 2013, at 12:21 PM, Piotr Ożarowski wrote: > >> Note that pybuild is doing it by default (if http{,s}_proxy is not set), >> so with --buildsystem=pybuild you will expose missing build dependencies >> *and* let get-orig-source work (pybuild doesn

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Barry Warsaw
On Oct 11, 2013, at 12:21 PM, Piotr Ożarowski wrote: >Note that pybuild is doing it by default (if http{,s}_proxy is not set), >so with --buildsystem=pybuild you will expose missing build dependencies >*and* let get-orig-source work (pybuild doesn't set http_proxy in this >target). If you for some

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Barry Warsaw
On Oct 11, 2013, at 03:39 PM, Ben Finney wrote: >Currently I tend to agree with Barry's advice. Successfully downloading a >package from the internet during a long package build is hiding dependency >problems, and setting the HTTP proxy so that it fails is going to make that >problem easier to not

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Antoine Musso
Le 11/10/13 12:21, Piotr Ożarowski a écrit : > override_dh_auto_test: > http_proxy='' dh_auto_test You ight want to set https_proxy='' as well. -- Antoine "hashar" Musso -- To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contac

Re: Using ‘export http_proxy = http://127.0.9.1:9/’ to fail noisily on dependency problems

2013-10-11 Thread Piotr Ożarowski
[Ben Finney, 2013-10-11] > I've received conflicting advice on how to deal with Distribute's eagerness > at connecting to the internet during package builds. > > On 10-Dec-2012, Barry Warsaw wrote: > > Also, please put this near the top of your d/rules file: > > > > -snip snip- > > # Prev