diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-25 11:34:54 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-25 11:34:54 +0200 |
commit | 5a448c56fdb3efbe0c9c77b78365b4d316f9d3c4 (patch) | |
tree | a6645cc8c8af1a65a6c7f29d7eec2c02600978a5 /job-cfg | |
parent | dea067100fa2a56d9e66d4046dea572486db3d4c (diff) | |
download | jenkins.debian.net-5a448c56fdb3efbe0c9c77b78365b4d316f9d3c4.tar.xz |
haskell-package-plan: link bug why squid3 is needed
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 7ed3456d..8873efab 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' + 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_description: 'Haskell Metadata sanity checks' my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' |