Mercurial > treepkg
comparison 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 |
comparison
equal
deleted
inserted
replaced
491:f1be9657c1d2 | 492:93d66243bce7 |
---|---|
26 | 26 |
27 $ rsync -avz \ | 27 $ rsync -avz \ |
28 --exclude 'debian' --exclude 'src' \ | 28 --exclude 'debian' --exclude 'src' \ |
29 --exclude 'binary' --exclude '*checkout*' \ | 29 --exclude 'binary' --exclude '*checkout*' \ |
30 --exclude '*.html' $TREE_PKG/mill/tracks/ $DEST/tracks | 30 --exclude '*.html' $TREE_PKG/mill/tracks/ $DEST/tracks |
31 | |
32 If you want to generate RSS feeds for the build errors: | |
33 | |
34 # apt-get install python-pyrss2gen | |
35 | |
36 copy bin/generate-rss.py to a place where it can be run as a cronjob. | |
37 Adjust BASE_URL in the to fit your installation. | |
38 | |
39 ---8<--- | |
40 */7 * * * * /where/you/placed/generate-rss.py /where/you/placed/buildlogs/treepkgs | |
41 --->8--- | |
42 |