diff options
author | Christopher Baines <mail@cbaines.net> | 2015-12-23 10:36:39 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-23 10:45:00 +0000 |
commit | dcccc20073c8c73f2af3545b59c3597bab4c2937 (patch) | |
tree | 76ef11c9a5278b2509428d803c5b426888626f44 /debian/rules | |
parent | 4f6f331149386c145af42b0cb287dfd3ae6e0020 (diff) | |
download | python-prometheus-client-dcccc20073c8c73f2af3545b59c3597bab4c2937.tar python-prometheus-client-dcccc20073c8c73f2af3545b59c3597bab4c2937.tar.gz |
Set the http proxy environmental variables
Setting them prevents pybuild from setting them.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 4 |
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 |