summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-06-21 22:53:35 -0700
committerJoachim Breitner <mail@joachim-breitner.de>2014-06-21 22:53:35 -0700
commit0eac7a78d6862013ea47d7271f979b33286e2432 (patch)
treea28f096446c6b315ee5da466dc4fc339733033c7 /job-cfg/haskell-package-plan.yaml
parent77e040f73c14af5c74e509ab32032a844c6548f9 (diff)
downloadjenkins.debian.net-0eac7a78d6862013ea47d7271f979b33286e2432.tar.xz
Unset http_proxy due to bug in cabal
(in haskell-http to be precise).
Diffstat (limited to 'job-cfg/haskell-package-plan.yaml')
-rw-r--r--job-cfg/haskell-package-plan.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml
index 271a85dd..d09fa01a 100644
--- a/job-cfg/haskell-package-plan.yaml
+++ b/job-cfg/haskell-package-plan.yaml
@@ -67,6 +67,6 @@
- '{name}':
my_distro: 'sid'
my_pkgs: 'cabal-install ghc dctrl-tools patchutils libtext-patch-perl libfile-slurp-perl libipc-run-perl liblist-moreutils-perl libdpkg-perl'
- my_shell: 'cabal update ; ./test-packages.pl'
+ my_shell: 'unset http_proxy; cabal update ; ./test-packages.pl'
my_description: 'Haskell Metadata sanity checks'
my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org'