summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-04-14 17:29:03 +0200
committerHolger Levsen <holger@layer-acht.org>2014-04-14 17:29:03 +0200
commit5ff23a70e1ba5cef5fee50fbe26a2a0a48992fd8 (patch)
treee7a0c1c1f1c6770ae8dae8d8dfc3cfe62fffdcc6
parentbf6691fb044b60d98bd411d6a0a3be08e8a105cf (diff)
downloadjenkins.debian.net-5ff23a70e1ba5cef5fee50fbe26a2a0a48992fd8.tar.xz
haskell-packages: yes, really install the packages I told you to install...
-rw-r--r--job-cfg/haskell-packages.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/job-cfg/haskell-packages.yaml b/job-cfg/haskell-packages.yaml
index e806ca2a..7a29c873 100644
--- a/job-cfg/haskell-packages.yaml
+++ b/job-cfg/haskell-packages.yaml
@@ -38,6 +38,6 @@
jobs:
- '{name}_sid':
my_distro: 'sid'
- my_shell: 'apt-get install cabal-install darcs libtext-patch-perl; cabal update; darcs get http://anonscm.debian.org/darcs/pkg-haskell/tools/; cd tools/all-packages; perl ./test-packages.pl'
+ my_shell: 'apt-get -y install cabal-install darcs libtext-patch-perl; cabal update; darcs get http://anonscm.debian.org/darcs/pkg-haskell/tools/; cd tools/all-packages; perl ./test-packages.pl'
my_description: 'Haskell Metadata sanity checks'
my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.debian.org'