diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-14 14:50:16 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-14 14:50:16 +0200 |
commit | c57447f8eab36393d3ce7085101e022b2b2c3679 (patch) | |
tree | 1d6805594e0d33b52f242bb2c71934314f9c2881 | |
parent | cb00eb9ff4696e4f1ca49c477b6432f34395c881 (diff) | |
download | jenkins.debian.net-c57447f8eab36393d3ce7085101e022b2b2c3679.tar.xz |
chroot-installation.yaml: send notifications about haskell jobs to #debian-haskell
-rw-r--r-- | job-cfg/chroot-installation.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/chroot-installation.yaml b/job-cfg/chroot-installation.yaml index 7d8f244f..ea3a6da6 100644 --- a/job-cfg/chroot-installation.yaml +++ b/job-cfg/chroot-installation.yaml @@ -351,7 +351,7 @@ - '{name}_sid_install_haskell': installation_params: 'sid haskell' my_description: 'Debootstrap sid, then install all Haskell related packages.' - my_recipients: 'jenkins+debian-qa holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' + my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' - '{name}_sid_install_developer': installation_params: 'sid developer' @@ -479,7 +479,7 @@ - '{name}_jessie_install_haskell': installation_params: 'jessie haskell' my_description: 'Debootstrap jessie, then install all Haskell related packages.' - my_recipients: 'jenkins+debian-qa holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' + my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' - '{name}_jessie_install_developer': installation_params: 'jessie developer' @@ -525,7 +525,7 @@ - '{name}_wheezy_install_haskell_upgrade_to_jessie': installation_params: 'wheezy haskell jessie' my_description: 'Debootstrap wheezy, then install all Haskell related packages, then upgrade to jessie.' - my_recipients: 'jenkins+debian-qa holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' + my_recipients: 'jenkins+debian-haskell holger@layer-acht.org pkg-haskell-maintainers@lists.alioth.debian.org' - '{name}_wheezy_install_developer_upgrade_to_jessie': installation_params: 'wheezy developer jessie' |