diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-06-23 18:28:36 -0700 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-06-23 18:28:36 -0700 |
commit | a7efd7af1deebfad225af378bdf23e41a5141ea8 (patch) | |
tree | f18403c8d58ef74dbf5560b42f1ae864bb6962ec /job-cfg | |
parent | 0eac7a78d6862013ea47d7271f979b33286e2432 (diff) | |
download | jenkins.debian.net-a7efd7af1deebfad225af378bdf23e41a5141ea8.tar.xz |
Revert "Unset http_proxy due to bug in cabal"
This reverts commit 0eac7a78d6862013ea47d7271f979b33286e2432. Lets see
if the bug has been fixed.
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 d09fa01a..271a85dd 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: 'unset http_proxy; cabal update ; ./test-packages.pl' + my_shell: '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' |