[kernel-team] 01/01: Set git hooks in the real repositories and send mail to the real list

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Aug 11 15:12:48 UTC 2015


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

benh pushed a commit to branch master
in repository kernel-team.

commit aa6326315183d3933484e6cc14e63a1ffccdb11c
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Tue Aug 11 17:09:54 2015 +0200

    Set git hooks in the real repositories and send mail to the real list
---
 scripts/hooksetup.sh | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)

diff --git a/scripts/hooksetup.sh b/scripts/hooksetup.sh
index e173a87..e41a244 100755
--- a/scripts/hooksetup.sh
+++ b/scripts/hooksetup.sh
@@ -32,8 +32,14 @@ mv -f kgb-client.conf.new kgb-client.conf
 
 umask $SAVE_UMASK
 
-#for repo in *.git; do
-for repo in temp/*.git; do
+for repo in *.git; do
+	# Leave these ones alone for now
+	case "$repo" in
+	initramfs-tools.git | klibc.git | linux-patched.git)
+		continue
+		;;
+	esac
+
 	cd $base_dir/$repo
 
 	proj=${repo%.git}
@@ -61,8 +67,7 @@ EOF
 
 	./hooks/post-update
 
-	#git config --replace-all multimailhook.mailinglist "kernel-svn-changes at lists.alioth.debian.org"
-	git config --replace-all multimailhook.mailinglist "ben at decadent.org.uk"
+	git config --replace-all multimailhook.mailinglist "kernel-svn-changes at lists.alioth.debian.org"
 	git config --replace-all multimailhook.from "debian-kernel at lists.debian.org"
 	git config --replace-all multimailhook.announceshortlog "true"
 	git config --replace-all multimailhook.emaildomain "users.alioth.debian.org"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/kernel-team.git



More information about the Kernel-svn-changes mailing list