[35476] trunk/base/portmgr/jobs/portfile_lint.pl

wsiegrist at apple.com wsiegrist at apple.com
Fri Mar 28 18:48:25 PDT 2008


Revision: 35476
          http://trac.macosforge.org/projects/macports/changeset/35476
Author:   wsiegrist at apple.com
Date:     2008-03-28 18:48:25 -0700 (Fri, 28 Mar 2008)

Log Message:
-----------
Emails now go to both committer and maintainers

Modified Paths:
--------------
    trunk/base/portmgr/jobs/portfile_lint.pl

Modified: trunk/base/portmgr/jobs/portfile_lint.pl
===================================================================
--- trunk/base/portmgr/jobs/portfile_lint.pl	2008-03-29 01:40:13 UTC (rev 35475)
+++ trunk/base/portmgr/jobs/portfile_lint.pl	2008-03-29 01:48:25 UTC (rev 35476)
@@ -23,6 +23,9 @@
 
 my @changes = `$SVNLOOK changed $REPOPATH -r $rev`;
 
+my $author = `$SVNLOOK author $REPOPATH -r $rev`;
+chomp($author);
+
 _log("Rev: $rev");
 
 foreach my $change (@changes) {
@@ -77,7 +80,7 @@
     my ($port, $maintainers, $errors) = @_;
 
     my %mail = (
-	     To => $maintainers,
+	     To => "$author, $maintainers",
 	     From => 'noreply at macports.org',
 	     Subject => "[$rev] $port Lint Report",
 	     Message => "Portfile: $port\n\n\n$errors \n\n",

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080328/06aaa0bc/attachment.html


More information about the macports-changes mailing list