From dcccc20073c8c73f2af3545b59c3597bab4c2937 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Wed, 23 Dec 2015 10:36:39 +0000 Subject: Set the http proxy environmental variables Setting them prevents pybuild from setting them. --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 87e2b20..d10ed8c 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,9 @@ #!/usr/bin/make -f +# Set these, such that pybuild does not set them +export http_proxy= +export https_proxy= + # This file was automatically generated by stdeb 0.8.5 at # Tue, 22 Dec 2015 17:56:33 +0000 export PYBUILD_NAME=prometheus-client -- cgit v1.2.3