This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: configure libc-ports push/commit hook to email diffs to which list?


Roland McGrath wrote:
> AFAIK the old cvs setup sent mail to glibc-cvs for all modules,
> i.e. both libc and ports.

I've used glibc-cvs, then.
I put the hook script in place and configured it like this:

list_email=glibc-cvs@sourceware.org
url='http://sources.redhat.com/git/gitweb.cgi?p=glibc-ports.git;a=commitdiff;h=%%s'

repo=/git/glibc-ports.git
git --git-dir=$repo config hooks.showrev \
  "t=%s; printf '$url' \$t; echo; echo; git show -C \$t; echo"
git --git-dir=$repo config hooks.mailinglist "$list_email"
git --git-dir=$repo config hooks.emailprefix ''


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]