diff options
author | Dan McGee <dan@archlinux.org> | 2011-11-14 12:19:17 -0600 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-11-14 12:27:38 -0600 |
commit | 12408702eaf89ea338670ba808da9ef49e35c562 (patch) | |
tree | bd68ff85cadd03f88b5d5c333d33e9f62c69a953 /templates/packages/signoffs.html | |
parent | b7439cacf08288d8533910e08d093e9276167ed2 (diff) |
Allow population of signoff specs with SVN commit messages
This pulls them from the latest SVN commit on trunk. We don't have a
failproof method of getting the exact right commit, but this should be
close if it is run on a regular basis via cron (aka hourly).
Note that running locally, I needed the development version of South to
get the migration included here to apply because of information_schema
changes in the current version of MySQL.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/signoffs.html')
-rw-r--r-- | templates/packages/signoffs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/signoffs.html b/templates/packages/signoffs.html index f4511f75..bd84289c 100644 --- a/templates/packages/signoffs.html +++ b/templates/packages/signoffs.html @@ -71,7 +71,7 @@ {% if spec.required != 2 %}Required signoffs: {{ spec.required }}<br/>{% endif %} {% if not spec.enabled %}Signoffs are not currently enabled<br/>{% endif %} {% if spec.known_bad %}Package is known to be bad<br/>{% endif %} - {{ spec.comments|default:""|linebreaks }} + {{ spec.comments|default:""|linebreaksbr }} {% endwith %}{% endif %}</td> </tr> {% endfor %} |