Posts in category repository

My Darcs boring file

This file contains filenames that darcs should not care about. So here we go (only the relevant part), in _darcs/prefs/boring on every of your repos:

^tests/data/scenarii
^tests/data/\..*_status
^tests/data/\.owner
^tests/data/wmitest

docs/_build
^locale/fr
^interfaces/wmi/.*_donnut.png
^interfaces/wmi/js/json

\.pye$
^tailoritself\.
\.mo$

Testsuite data has entered the repository

With changeset 332, the testsuite results are now stored directly inside our source code repository. This will avoid rechecking the 500+ commands from scratch (*very* time consuming, we must check all return codes and every command output) when running the testsuite on a new source environment.

Note that there will surely be errors reported when you run it, due to configuration differences between my reference machine and others, but this hits only a few commands, so having the whole data in the repository is better than start from scratch.