[go: up one dir, main page]

File: update_report_on_alioth

package info (click to toggle)
debtags 1.12.3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,092 kB
  • ctags: 341
  • sloc: sh: 3,990; cpp: 1,259; python: 720; makefile: 77
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."