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.
>>
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
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
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
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
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
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
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
[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
9 matches
Mail list logo