Commit fa3a267b authored by Romain Courteaud's avatar Romain Courteaud

[backupserver] Drop meaningless RSS item link

parent 8e3dab0d
......@@ -88,7 +88,7 @@ mode = 0644
[status2rss]
recipe = slapos.recipe.template
url = ${:_profile_base_location_}/status2rss.py
md5sum = 06a19dadad168124aeb00702dd8c4c3e
md5sum = a023694817975e73998fb9187a6015d6
output = ${buildout:directory}/status2rss.py
mode = 0644
......
......@@ -29,7 +29,6 @@ while 1:
title = desc,
description = "<p>%s</p>" % "<br/>".join(("%s, %s\n<a href='http://www.nongnu.org/rdiff-backup/FAQ.html#statistics'>Lastest statistic</a>\n%s" % (time, desc,
open(statistic).read())).split("\n")),
link = LINK,
pubDate = datetime.datetime.fromtimestamp(mktime_tz(parsedate_tz(time))),
guid = PyRSS2Gen.Guid(base64.b64encode("%s, %s" % (time, desc)), isPermaLink=0)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment