[go: up one dir, main page]

File: update_report_on_alioth

package info (click to toggle)
debtags 1.10.1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 992 kB
  • sloc: cpp: 1,247; python: 960; sh: 112; makefile: 74
file content (9 lines) | stat: -rwxr-xr-x 368 bytes parent folder | download | duplicates (5)
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."