]> git.decadent.org.uk Git - dak.git/commit
fix removals rss feed when there are fewer than 16 removals
authorMike O'Connor <stew@vireo.org>
Fri, 2 Jan 2009 22:21:46 +0000 (17:21 -0500)
committerMike O'Connor <stew@vireo.org>
Fri, 2 Jan 2009 22:21:46 +0000 (17:21 -0500)
commit59de718cb8f724f092f681090f9022396c0d46a0
tree6a478a4c1c86082f21bbaf2d6a8f9e7debf921b6
parent076955c92fab7438ca1076e17ed07a997e9bd4de
fix removals rss feed when there are fewer than 16 removals

tools/removals.pl was making the assumption that at least 16 removals exist in
removals.txt.  If there are not, it creates and rss feed with with bogus empty
removals to pad the output to 16 entries.  This patch removes this false
assumption.

Signed-off-by: Mike O'Connor <stew@vireo.org>
tools/removals.pl