2009/7/10 Jérôme Laheurte <[email protected]>: > > Le 10 juil. 09 à 17:43, Frank Niessink a écrit : > >> I see it's building right now. Where are the uploads going, i.e. can >> we point people to a latest build? That would allows us to get >> feedback about bug fixes sooner and reduce the number of outstanding >> bug reports. >> > Seems OK now. Source .tgz, .zip, Windows installer and .deb package > can be downloaded from the waterfall (look for "Download" links in > buildsteps). I'll add RPM, source RPM, and Fedora-specific packages > tomorrow. And I'll try to get the Mac buildslave to work...
If you have time, it would be nice to have a coverage report as one of the build steps too. First, 'easy_install coverage' to install coverage.py. Unfortunately, you need to fix a bug in it (see http://bitbucket.org/ned/coveragepy/issue/11/html-report-does-not-report-on-all-code). If you change 'make unittests' into 'make coverage' the unittests will be run and a HTML coverage report will be generated in tests/coverage.out. Cheers, Frank
