[Qa-jenkins-scm] [jenkins.debian.net] 01/01: ignore case when sorting list of contributors
Holger Levsen
holger at moszumanska.debian.org
Tue Jan 5 21:29:03 UTC 2016
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 d7660a292ded8dec37bdb9642c9479d5eba2d9b1
Author: Holger Levsen <holger at layer-acht.org>
Date: Tue Jan 5 22:28:53 2016 +0100
ignore case when sorting list of contributors
---
update_jdn.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/update_jdn.sh b/update_jdn.sh
index f6e323a..e7dff64 100755
--- a/update_jdn.sh
+++ b/update_jdn.sh
@@ -421,7 +421,7 @@ explain "scripts and configurations for jenkins updated."
if [ "$HOSTNAME" = "jenkins" ] ; then
sudo cp -pr README INSTALL TODO CONTRIBUTING d-i-preseed-cfgs /var/lib/jenkins/userContent/
- git log | grep ^Author| cut -d " " -f2-|sort -u > $TMPFILE
+ git log | grep ^Author| cut -d " " -f2-|sort -u -f > $TMPFILE
echo "----" >> $TMPFILE
sudo tee /var/lib/jenkins/userContent/THANKS > /dev/null < THANKS.head
# samuel, lunar and josch committed with several commiters, only display one
--
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