[Qa-jenkins-scm] [jenkins.debian.net] 01/01: josch committed with several email addresses, only display one

Holger Levsen holger at moszumanska.debian.org
Fri Jul 31 10:47:39 UTC 2015


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

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

commit 3d23b6e9fef52d9c82b57b282aaab1772ddbce41
Author: Holger Levsen <holger at layer-acht.org>
Date:   Fri Jul 31 12:46:26 2015 +0200

    josch committed with several email addresses, only display one
---
 update_jdn.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/update_jdn.sh b/update_jdn.sh
index 42d8170..70e30a8 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -272,8 +272,8 @@ if [ "$HOSTNAME" = "jenkins" ] ; then
 	git log | grep ^Author| cut -d " " -f2-|sort -u > $TMPFILE
 	echo "----" >> $TMPFILE
 	sudo cat THANKS.head > /var/lib/jenkins/userContent/THANKS
-	# samuel and lunar committed with several commiters, only display one
-	grep -v "samuel.thibault at ens-lyon.org" $TMPFILE | sudo grep -v Lunar >> /var/lib/jenkins/userContent/THANKS
+	# samuel, lunar and josch committed with several commiters, only display one
+	grep -v "samuel.thibault at ens-lyon.org" $TMPFILE | grep -v Lunar | sudo grep -v "j.schauer at email.de" >> /var/lib/jenkins/userContent/THANKS
 	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