diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-18 17:17:58 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-18 17:17:58 +0200 |
commit | 9b7c674056e0f9bb56e959c07bddbc7137ba2cb6 (patch) | |
tree | 5a0552e2447b04533e84bf23c82da0ac626d042d /job-cfg | |
parent | 8a962710371d3159ddc072ce8a7f6defc86ccdd8 (diff) | |
download | jenkins.debian.net-9b7c674056e0f9bb56e959c07bddbc7137ba2cb6.tar.xz |
stop using squid, only use squid3
Diffstat (limited to 'job-cfg')
-rw-r--r-- | job-cfg/haskell-package-plan.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/haskell-package-plan.yaml b/job-cfg/haskell-package-plan.yaml index 69976122..de6bc548 100644 --- a/job-cfg/haskell-package-plan.yaml +++ b/job-cfg/haskell-package-plan.yaml @@ -68,6 +68,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: 'export http_proxy=http://localhost:3129; cabal update ; ./test-packages.pl' # h-p-p doesnt work with squid3, see https://github.com/haskell/HTTP/issues/68 + my_shell: 'export http_proxy=http://localhost:3128; cabal update ; ./test-packages.pl' my_description: 'Haskell Metadata sanity checks' my_recipients: 'jenkins+debian-haskell qa-jenkins-scm@lists.alioth.debian.org pkg-haskell-maintainers@lists.alioth.debian.org' |