summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-06-25 14:26:50 -0700
committerJoachim Breitner <mail@joachim-breitner.de>2014-06-25 14:26:50 -0700
commit5d26fac85aff8806382622ca6ccad228256066a1 (patch)
treea0a1fb1ca41f987f907b1a63a15950b6c862cfed /job-cfg/haskell-package-plan.yaml
parentb23f3ac48072bc0be0b7a3e3f75b8bc0bd8bd2d1 (diff)
downloadjenkins.debian.net-5d26fac85aff8806382622ca6ccad228256066a1.tar.xz
Use squid3 in cabal-install
There is a bug that is triggered by using squid2 (https://github.com/haskell/HTTP/issues/68) and helmut found out that it does not happen with squid3. Hence use squid3.
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..082c1d7d 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: 'export http_proxy=http://localhost:3129; 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'