[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

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



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 reason need network during build (f.e. tests
>setup a HTTP server), just set http_proxy to empty string, in src:flask
>I do this:
>
>  override_dh_auto_test:
>  	http_proxy='' dh_auto_test

Ah yes of course.  I've had to override it in get-orig-source and occasionally
in the tests.  Really happy to hear that pybuild DTRT.

-Barry


Reply to: