Notify.pm: Allow only sending annotated tag email
commit291be36aa11d873e19aefef268822856e7e5ff65
authorKyle J. McKay <mackyle@gmail.com>
Wed, 4 Dec 2013 01:37:02 +0000 (3 17:37 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Wed, 4 Dec 2013 01:37:02 +0000 (3 17:37 -0800)
tree45f6c8176c92fe02662af9aaf46d12ce25c6cf58
parent7a2c92c58bf7bee55a8c1f6573e5efb31075a401
Notify.pm: Allow only sending annotated tag email

The mail.sh script supports sending messages about annotated tags
to a different address if hooks.announcelist is set for the project.
Currently this only works if hooks.mailinglist is also set.

Change the Notify.pm test so that mail.sh is also called when the
hooks.announcelist is set but hooks.mailinglist is not.
Girocco/Notify.pm