Bug#712373: [kgb-maintainers] Bug#712373: kgb-bot: On exec git push displayed message "remote: WARNING: git repo-config is deprecated in favor of git config."

2013-07-25 Thread Oleg Gashev

Hi,

I reopened bug, because bug is not fixed and I received this message on 
every git push.


For example:

$ git push --all; git push --tags;
Counting objects: 39, done.
Compressing objects: 100% (21/21), done.
Writing objects: 100% (25/25), 3.62 KiB | 0 bytes/s, done.
Total 25 (delta 14), reused 0 (delta 0)
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
To 
git+ssh://git.debian.org/git/pkg-perl/packages/libsql-abstract-more-perl.git

   9460bec..1d192ea  master -> master
   bcd926a..1e1a484  pristine-tar -> pristine-tar
   6032c63..a3f6caa  upstream -> upstream
Counting objects: 1, done.
Writing objects: 100% (1/1), 170 bytes | 0 bytes/s, done.
Total 1 (delta 0), reused 0 (delta 0)
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
remote: WARNING: git repo-config is deprecated in favor of git config.
To 
git+ssh://git.debian.org/git/pkg-perl/packages/libsql-abstract-more-perl.git

 * [new tag] upstream/1.17 -> upstream/1.17


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



Bug#712373: [kgb-maintainers] Bug#712373: kgb-bot: On exec git push displayed message "remote: WARNING: git repo-config is deprecated in favor of git config."

2013-06-15 Thread Oleg Gashev

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