Status Update
Completed
- finished tools/gen_docs.py - this allows anyone to generate the doc without needing hardhat or a patched version of epydoc
- tweaked hardhat to pass -O to python when running the unit tests in release mode - thanks john for finding that bug
- re-rolled m5 due to calendar import bug that needed fixing
- changed cronjob to use new document generation script
- fixed Bug:3695 - putting quotes around the %* parameter in RunPython? and RunChandler? for windows was making cygwin un-happy
In Progress
- Integrate CATS into tinderbox
- update performance testing data capture and refactor web pages to give more developer friendly numbers
- do a sanity test on moving mde's prototype from his sandbox to the server repository
- test worked - steps are the following:
svnadmin dump /svn/sandbox > sandbox.dump
cat sandbox.dump | svndumpfilter --drop-empty-revs --renumber-revs include mde > sandbox_mde.dump
svnadmin load /svn/server < sandbox_mde.dump
Notes
I really need to sit down and map out a plan to remove hardhat from the picture, first tho I need to make a big dent in the 90+ bugs on my list - oy!