]> arthur.barton.de Git - bup.git/commit
Create t/sampledata/var/ and version it
authorRob Browning <rlb@defaultvalue.org>
Sat, 21 Mar 2015 19:57:18 +0000 (14:57 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sat, 28 Mar 2015 15:34:51 +0000 (10:34 -0500)
commit5515c60cbf4e6ce4097e3c97b124cace7ef3f2d0
tree8a4c41eeddc4e8680f5ad6e2b469794be033962d
parent16c55180df199ad68e8b98d63538c45ed2f1b3ed
Create t/sampledata/var/ and version it

Maintain a new t/sampledata/var/ (via t/configure-sampledata) that
contains any test data that we don't want to or can't commit to
git (i.e. symlinks, and other dynamically generated data).  Move all of
the existing generated data there, and delete var/ entirely on clean.

Control the creation of var/ with make, via the existence of
t/sampledata/var/rev/vN.  Whenever we change the content, we'll change
N (currently 0), which will force the directory to be recreated.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Makefile
lib/bup/t/tindex.py
t/configure-sampledata