AutoQA Most Important Changes ============================= 0.5.1 (2011-07-15) * AutoQA results are now correctly passed to Bodhi. * Koji-bodhi watcher now doesn't fail to acquire file locks when its cache directory is missing. 0.5.0 (2011-06-27) * The result reports are package/update specific. Previously we tested e.g. 20 proposed updates and put the results into one big log. Now we create a separate report for every package/update. * Depcheck output is now filtered. There is a simple filter that parses the output of depcheck and selects only those text excerpts that are likely to indicate a broken dependency. Instead of putting full depcheck output into the log, we put there only these excerpts. Full output is available in the full log. * Result reports are in HTML now. That enables us to do pretty formatting, errors highlighting and generally making it more readable. * Amount of Bodhi email notifications has been reduced substantially. When all tests simply pass, Bodhi will send no email at all. If some test fails, Bodhi will send an email only after all tests are completed (i.e. when the last result arrives), it won’t send notifications for every single test result separately. * New result reports support test documentation links. Every test now has a default link to its documentation on Fedora Wiki. That page can be used for providing further documentation of that test. * Fedora 13 support was removed from repoinfo.conf. * Tests are no longer scheduled several times if the watcher takes a long time to execute. 0.4.7 (2011-04-28) * Upgradepath and depcheck tests won’t crash when there is a broken Bodhi update in which some packages are marked with updates-pending Koji tag and some are not. * Modified Bodhi updates are now detected and tests are run again for them. * Upgradepath no longer reports failures when you want to push to F(N)-updates repository and F(N+1)-main repository contains lower version of your package. 0.4.6 (2011-04-11) * Depcheck no longer produces frequent "CmdError: No more mirrors to try" errors. For older releases please refer to AutoQA's Git log.