[Qa-jenkins-scm] [jenkins.debian.net] 01/01: thanks.html: mention Samuel and Lunar once, not twice
Holger Levsen
holger at moszumanska.debian.org
Thu Jun 4 10:30:12 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 48cdb95c75a208e4135db6cee356e490cb95d36f
Author: Holger Levsen <holger at layer-acht.org>
Date: Thu Jun 4 12:29:15 2015 +0200
thanks.html: mention Samuel and Lunar once, not twice
---
update_jdn.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index e494b3c..3c6c744 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -245,7 +245,8 @@ cp -pr README INSTALL TODO CONTRIBUTING d-i-preseed-cfgs /var/lib/jenkins/userCo
TMPFILE=$(mktemp)
git log | grep ^Author| cut -d " " -f2-|sort -u > $TMPFILE
echo "----" >> $TMPFILE
-cat THANKS.head $TMPFILE > /var/lib/jenkins/userContent/THANKS
+# samuel and lunar committed with several commiters, only display one
+grep -v "samuel.thibault at ens-lyon.org" THANKS.head | grep -v Lunar > $TMPFILE > /var/lib/jenkins/userContent/THANKS
rm $TMPFILE
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