Hi Salvatore,

On 06/15/2013 01:38 PM, Salvatore Bonaccorso wrote:


This should not be a problem in kgb, but on
/usr/local/bin/git-commit-notice on vasks.debian.org after the update
to Wheezy, if I see it correctly.

vasks server /usr/local/bin/git-commit-notice:

655 recipients=$(git repo-config hooks.mailinglist)
656 bcc_recipients=$(git repo-config hooks.bcc)
657 reply_to=$(git repo-config hooks.replyto)
658 announcerecipients=$(git repo-config hooks.announcelist)
659 envelopesender=$(git repo-config hooks.envelopesender)
660 cia_project=$(git repo-config hooks.cia-project)
661 sendmail="/usr/sbin/sendmail -t"
662 subjectdesc=$(git repo-config hooks.subjectdesc)

$ git --version
git version 1.7.10.4

repo-config deprecated from v1.7.5-rc0.

git-commit-notice writes from git-core/contrib/hooks/post-receive-email.

post-receive-email not used repo-config now.

728 recipients=$(git config hooks.mailinglist)
729 announcerecipients=$(git config hooks.announcelist)
730 envelopesender=$(git config hooks.envelopesender)
731 emailprefix=$(git config hooks.emailprefix || echo '[SCM] ')
732 custom_showrev=$(git config hooks.showrev)
733 maxlines=$(git config hooks.emailmaxlines)
734 diffopts=$(git config hooks.diffopts)
735 : ${diffopts:="--stat --summary --find-copies-harder"}



The pkg-perl repos have in the post-receive to call
/home/groups/pkg-perl/meta/pkg-perl-post-receive which in turn runs
the script producing the messages: /usr/local/bin/git-commit-notice

Regards,
Salvatore

--
Best regards, Oleg Gashev.


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to