summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-06-23 18:28:36 -0700
committerJoachim Breitner <mail@joachim-breitner.de>2014-06-23 18:28:36 -0700
commita7efd7af1deebfad225af378bdf23e41a5141ea8 (patch)
treef18403c8d58ef74dbf5560b42f1ae864bb6962ec /job-cfg/haskell-package-plan.yaml
parent0eac7a78d6862013ea47d7271f979b33286e2432 (diff)
downloadjenkins.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/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 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'