~clint-fewbar/launchpad-work-items-tracker/pushup-challenge

« back to all changes in this revision

Viewing changes to update_graph.sh

  • Committer: Clint Byrum
  • Date: 2010-10-06 16:08:38 UTC
  • Revision ID: clint@ubuntu.com-20101006160838-e93yapcar2npx1hl
tools to make it easy

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
wget --debug -O now.html --no-check-certificate \
 
5
         --header "Cookie: MOIN_SESSION=ky74f09jp5sss_f0ywbpy-b4s0qevbc8" 'https://wiki.canonical.com/PushupChallenge'
 
6
python moin2tasks.py < now.html
 
7
./burndown-chart --start-date=2010-10-01 --end-date=2010-10-31 -d challenge.db -o /var/www/wi/pushups.svg