From 8178375e27fe80db2429811c9195a43f7840e3a8 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 3 Nov 2014 03:31:23 +0100 Subject: always put recipients in quotes --- job-cfg/schroot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'job-cfg/schroot.yaml') diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 6007364d..3374abce 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -20,7 +20,7 @@ artifactNumToKeep: -1 publishers: - email: - recipients: jenkins+debian-qa holger@layer-acht.org + recipients: 'jenkins+debian-qa holger@layer-acht.org' triggers: - timed: '{my_time}' description: 'Create {my_schroot} schroot.
{do_not_edit}' @@ -50,7 +50,7 @@ artifactNumToKeep: -1 publishers: - email: - recipients: jenkins+debian-qa holger@layer-acht.org + recipients: 'jenkins+debian-qa holger@layer-acht.org' triggers: - timed: '{my_time}' description: 'Upgrade {my_schroot} schroot.
{do_not_edit}' -- cgit v1.2.3-54-g00ecf