[Qa-jenkins-scm] [jenkins.debian.net] 01/01: don't show me twice on the thanks page

Mattia Rizzolo mattia at mapreri.org
Wed Dec 9 11:58:50 UTC 2015


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 12cbb29fb4270c8455def39a509898b018bbd6d8
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Dec 9 11:56:25 2015 +0000

    don't show me twice on the thanks page
---
 update_jdn.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 24ff3b4..77f690c 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -392,7 +392,7 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
 	echo "----" >> $TMPFILE
 	sudo tee /var/lib/jenkins/userContent/THANKS > /dev/null < THANKS.head
 	# samuel, lunar and josch committed with several commiters, only display one
-	grep -v -e "samuel.thibault at ens-lyon.org" -e Lunar -e "j.schauer at email.de" $TMPFILE | sudo tee -a /var/lib/jenkins/userContent/THANKS > /dev/null
+	grep -v -e "samuel.thibault at ens-lyon.org" -e Lunar -e "j.schauer at email.de" -e "mattia at mapreri.org" $TMPFILE | sudo tee -a /var/lib/jenkins/userContent/THANKS > /dev/null
 	rm $TMPFILE
 	sudo cp -pr userContent /var/lib/jenkins/
 	cd /var/lib/jenkins/userContent/

-- 
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