evorepo/templates/packages/outofdate.txt
Dan McGee 65e965c8f7 Send only one email per todolist
Customize each email on a per-maintainer basis and list all the relevant
packages inside, rather than spamming people.

Signed-off-by: Dan McGee <dan@archlinux.org>
2011-03-04 12:39:56 -06:00

13 lines
344 B
Plaintext

{% autoescape off %}{{ email }} wants to notify you that the following package may be out-of-date:
Package Name: {{ pkg.pkgname }}
Architecture: {{ pkg.arch.name }}
Repository: {{ pkg.repo.name }}
({{ weburl }})
{% if message %}
The user provided the following additional text:
{{ message }}
{% endif %}{% endautoescape %}