aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2015-12-23 10:36:39 +0000
committerChristopher Baines <mail@cbaines.net>2015-12-23 10:45:00 +0000
commitdcccc20073c8c73f2af3545b59c3597bab4c2937 (patch)
tree76ef11c9a5278b2509428d803c5b426888626f44
parent4f6f331149386c145af42b0cb287dfd3ae6e0020 (diff)
downloadpython-prometheus-client-dcccc20073c8c73f2af3545b59c3597bab4c2937.tar
python-prometheus-client-dcccc20073c8c73f2af3545b59c3597bab4c2937.tar.gz
Set the http proxy environmental variables
Setting them prevents pybuild from setting them.
-rwxr-xr-xdebian/rules4
1 files changed, 4 insertions, 0 deletions
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