[scikit-learn] 01/01: debian/rules - set http_proxy to prevent unsunctioned data downloads during build
Andreas Tille
tille at debian.org
Wed Dec 28 13:11:36 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to tag temp-nohttpproxy
in repository scikit-learn.
commit 7315583b2feaf37164b08bb44f8b144ec032149c
Author: Yaroslav Halchenko <debian at onerussian.com>
Date: Tue Aug 6 13:19:02 2013 -0400
debian/rules - set http_proxy to prevent unsunctioned data downloads during build
---
debian/changelog | 4 +++-
debian/rules | 3 +++
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 0aa6ed9..81aa501 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ scikit-learn (0.14~a1+git20-gc9ba2c3-1) experimental; urgency=low
* debian/control
- python-imaing to build-depends (for documentation) and removed not
needed XS-DM-Upload-Allowed
+ * debian/rules
+ - set http_proxy to prevent unsunctioned data downloads during build
- -- Yaroslav Halchenko <debian at onerussian.com> Mon, 05 Aug 2013 10:56:38 -0400
+ -- Yaroslav Halchenko <debian at onerussian.com> Tue, 06 Aug 2013 13:18:53 -0400
scikit-learn (0.13.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index f9866e1..b74d0d9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-
+# prevent unsanctioned downloads where possible
+export http_proxy=http://127.0.0.1:9/
+
PACKAGE_NAME = python-sklearn
PACKAGE_ROOT_DIR = debian/${PACKAGE_NAME}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/scikit-learn.git
More information about the debian-science-commits
mailing list