[Python-modules-commits] [kombu] 10/12: Set http(s) proxys to localhost whilst building docs

Christopher Stuart Hoskin mans0954 at moszumanska.debian.org
Tue Mar 21 21:33:51 UTC 2017


This is an automated email from the git hooks/post-receive script.

mans0954 pushed a commit to branch debian/experimental
in repository kombu.

commit 7a410e7eeb9d233c27c411d966ed4028be7acb45
Author: Christopher Hoskin <mans0954 at debian.org>
Date:   Tue Mar 21 21:14:52 2017 +0000

    Set http(s) proxys to localhost whilst building docs
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8cf900f..917afa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ kombu (4.0.2+dfsg-1) UNRELEASED; urgency=medium
   * Add myself to Uploaders 
   * Update copyright file 
   * Add patch to remove image from remote donation site (privacy issue) 
+  * Set http(s) proxys to localhost whilst building docs 
 
  -- Christopher Hoskin <mans0954 at debian.org>  Tue, 21 Mar 2017 19:35:31 +0000
 
diff --git a/debian/rules b/debian/rules
index e60df46..87dbff4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ export PYBUILD_NAME=kombu
 %:
 	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
 
+override_dh_auto_build: export http_proxy=127.0.0.1:9
+override_dh_auto_build: export https_proxy=127.0.0.1:9
 override_dh_auto_build:
 	PYTHONPATH=. sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
 	dh_auto_build

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/kombu.git



More information about the Python-modules-commits mailing list