diff options
author | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 01:11:08 +0200 |
---|---|---|
committer | Joachim Breitner <mail@joachim-breitner.de> | 2014-04-16 01:11:13 +0200 |
commit | 21afb71324665ebec156b10723bff981b532f4fb (patch) | |
tree | aa49afcc8b8b20da2ee0c590671a40905a9512be | |
parent | 3d6f4242f6a2e38959521518b5723a094115b047 (diff) | |
download | jenkins.debian.net-21afb71324665ebec156b10723bff981b532f4fb.tar.xz |
haskell-package-plan: Use --no-install-recommends
-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 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}' |