[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible debian: maintenance: empty CC list after sending emails, so it won't stick for the next file

Mattia Rizzolo mattia at debian.org
Wed May 17 07:14:03 UTC 2017


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch master
in repository jenkins.debian.net.

commit 1943e397f9158c3ece247e53df2763a27831bfaa
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed May 17 09:13:17 2017 +0200

    reproducible debian: maintenance: empty CC list after sending emails, so it won't stick for the next file
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>
---
 bin/reproducible_maintenance.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/bin/reproducible_maintenance.sh b/bin/reproducible_maintenance.sh
index d948a5b..ea55ade 100755
--- a/bin/reproducible_maintenance.sh
+++ b/bin/reproducible_maintenance.sh
@@ -514,6 +514,7 @@ if [ "$HOSTNAME" = "$MAINNODE" ] && [ $(date -u +%H) -eq 0 ]  ; then
 					CC="-c lamby at debian.org"
 				fi
 				cat $TMPFILE | mail -s "$(basename $PROBLEM) found" ${CC:-} qa-jenkins-scm at lists.alioth.debian.org
+				CC=""
 			fi
 			rm -f $TMPFILE
 		fi

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list