summaryrefslogtreecommitdiffstats
path: root/job-cfg/haskell-package-plan.yaml
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2014-04-16 01:11:08 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2014-04-16 01:11:13 +0200
commit21afb71324665ebec156b10723bff981b532f4fb (patch)
treeaa49afcc8b8b20da2ee0c590671a40905a9512be /job-cfg/haskell-package-plan.yaml
parent3d6f4242f6a2e38959521518b5723a094115b047 (diff)
downloadjenkins.debian.net-21afb71324665ebec156b10723bff981b532f4fb.tar.xz
haskell-package-plan: Use --no-install-recommends
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 d54969e3..754bdd67 100644
--- a/job-cfg/haskell-package-plan.yaml
+++ b/job-cfg/haskell-package-plan.yaml
@@ -21,7 +21,7 @@
artifactDaysToKeep: -1
artifactNumToKeep: -1
builders:
- - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} "apt-get -y install {my_pkgs}; {my_shell}"'
+ - shell: '/srv/jenkins/bin/chroot-run.sh {my_distro} "apt-get --no-install-recommends -y install {my_pkgs}; {my_shell}"'
publishers:
- email:
recipients: '{my_recipients}'