~ubuntu-branches/ubuntu/precise/debtags/precise

1
2
3
4
5
6
7
8
9
#!/bin/sh

echo "Generating the report..."
src/debtags todoreport 30 > /tmp/todoreport.rst
echo "Converting to HTML..."
rst2html --no-doc-title --stylesheet=main.css /tmp/todoreport.rst > /tmp/todoreport.html
echo "Uploading to Alioth..."
scp /tmp/todoreport.html alioth.debian.org:/org/alioth.debian.org/chroot/home/groups/debtags/htdocs/todoreport.html
echo "Done."