Mercurial > treepkg
diff contrib/sawmill/README @ 492:93d66243bce7
sawmill: Added RSS feed generator.
author | Sascha Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 30 Sep 2010 22:51:45 +0000 |
parents | dde2a0b68dc7 |
children |
line wrap: on
line diff
--- a/contrib/sawmill/README Thu Sep 30 09:38:40 2010 +0000 +++ b/contrib/sawmill/README Thu Sep 30 22:51:45 2010 +0000 @@ -28,3 +28,15 @@ --exclude 'debian' --exclude 'src' \ --exclude 'binary' --exclude '*checkout*' \ --exclude '*.html' $TREE_PKG/mill/tracks/ $DEST/tracks + +If you want to generate RSS feeds for the build errors: + +# apt-get install python-pyrss2gen + +copy bin/generate-rss.py to a place where it can be run as a cronjob. +Adjust BASE_URL in the to fit your installation. + +---8<--- +*/7 * * * * /where/you/placed/generate-rss.py /where/you/placed/buildlogs/treepkgs +--->8--- +