Author: JunkMale
Date: 07-02-04 06:58
There is a report subscription for maintainer notices. This allows a port maintainer to request notification if a commit to one of their ports fails basic sanity testing.
For this service to work, the maintainer must be subscribed using the same email address as they use for maintainer in the port.
This service is not yet active, but it should not require much to activate. For example, the code to determine that the maintainer should be notified is:
SELECT users.email
FROM report_subscriptions, users
WHERE report_id = 3
AND report_subscriptions.user_id = users.id
AND lower(users.email) = 'chris@example.org';
Where the maintainer for the port in question is chris@example.org.
Please nag me to finish this if I haven't said it is completed within a week.
--
Dan Langille - webmaster
|
|