view contrib/sawmill/README @ 481:9c7e1d957d6b

sawmill: Not all displayed times are in UTC so the general 'Z's at all times/dates are removed. Now it is only mentioned that the times in the main table are in UTC. To reduce the optical noise this is done by simple comments in the date rows.
author Sascha Teichmann <teichmann@intevation.de>
date Sat, 18 Sep 2010 07:50:53 +0000
parents dde2a0b68dc7
children 93d66243bce7
line wrap: on
line source
A simple mod_python based web application to render the 
build reports of treepkg.

Tested on Debian 5.0 Lenny

# apt-get install apache2
# apt-get install libapache2-mod-python
# apt-get install apt-get install python-lxml

Copy web dir into a place which is served by apache.
Create an .htaccess file in web:
---8<---
AddHandler mod_python .py
DirectoryIndex index.py
PythonHandler mod_python.publisher
--->8---

Create sub directories in web/treepkgs for each
treepkg which reports should be served. Edit
the treepkg.xml file in these directories to
provide some extra information about the treepkgs.
See web/treepkgs/demo as an example.

Use rsync at the treepkg side to push the
reports to the corresponding treepkgs directory:

$ rsync -avz \
  --exclude 'debian' --exclude 'src' \
  --exclude 'binary' --exclude '*checkout*' \
  --exclude '*.html' $TREE_PKG/mill/tracks/ $DEST/tracks
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)