Monthly Archives: March 2013

Subscribing to trac’s RSS feed

With trac version 0.11.7 we hit a bug where requesting the timeline RSS triggers a UnicodeDecodeError. This can be fixed by changing line 224 of the file /usr/share/pyshared/buildbot/status/web/feeds.py as follows: unilist.append(unicode(line,’utf-8′,’replace’)) where we exploit the more recent resilient version Python’s unicode function: with the … Continue reading

Posted in Howtos, Rants | Tagged | Leave a comment