summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-02-20Get rid of useless file removal in 'make clean'Lars Wirzenius1-1/+0
2010-11-15Put benchmark result files directly in wiki.Lars Wirzenius1-1/+0
2010-11-14Put benchmark results into sub-directory.Lars Wirzenius1-0/+1
2010-06-29Debian packaging fixes.Lars Wirzenius1-1/+3
2010-06-05Fix cleanup of test-plugins/*.pyc.Lars Wirzenius1-1/+1
2010-05-23Clean profiling and benchmarking files.Lars Wirzenius1-1/+2
2010-05-09Keep obnam logs in an accessible location during black box tests.Lars Wirzenius1-1/+1
2010-01-19Re-enable black box tests in "make check".Lars Wirzenius1-1/+1
2010-01-13Disable black box testing in "make check" until it works again.Lars Wirzenius1-1/+1
2010-01-12Add removal of blackboxtest.log to "make clean".Lars Wirzenius1-0/+1
2010-01-12Add blackboxtest to "make check".Lars Wirzenius1-0/+1
2009-12-03Clean out plugin and test plugin Python bytecode files too.Lars Wirzenius1-1/+1
2009-11-26Fix Makefile so that "make -s clean check" does the right thing.Lars Wirzenius1-1/+5
2009-11-19Added _obnammodule.c and setup.py and VFS implementations from old branch (hi...Lars Wirzenius1-1/+9
2009-11-18Wrote a Makefile to make it easier to run checks.Lars Wirzenius1-0/+5
2009-11-09Delete everything, start over from scratch, again.Lars Wirzenius1-57/+0
2009-06-19Allow easy switching between python and python-dbg (for heapy use).Lars Wirzenius1-2/+4
2009-06-04Don't show 'setup.py build' output unless there's an error.Lars Wirzenius1-2/+3
2009-05-23Fix setting of symlink mtimes on restore. This required switching to using lu...Lars Wirzenius1-6/+5
2009-04-11Run blackboxtest from 'make check'. Don't check for ctime, since it's not pos...Lars Wirzenius1-1/+5
2008-11-30Make 'make check' pass.Lars Wirzenius1-43/+17
2008-07-05Remove --ignore-coverage option from CoverageTestRunner call. Never again to ...Lars Wirzenius1-1/+1
2008-07-05Fixed rule to build fadvise.so, and make it remove the build/ module setup.py...Lars Wirzenius1-5/+5
2008-06-16Build fadvisemodule.so.Lars Wirzenius1-1/+5
2008-06-10Remove odirect_read and odirect_pipe.Lars Wirzenius1-14/+2
2008-06-10Renamed cli.py to obnam.Lars Wirzenius1-2/+2
2008-03-24Don't install uuid.py, since we don't have it anymore.Lars Wirzenius1-1/+0
2008-03-24Make new style backups, and read from old style backups. Removed no-longer-re...Lars Wirzenius1-0/+1
2008-03-16Require Python 2.5, instead of 2.4.Lars Wirzenius1-2/+2
2008-01-23Tell CoverageTestRunner to ignore incomplete coverage when deciding on exit c...Lars Wirzenius1-1/+1
2008-01-06Moved unit tests to obnam/ so that plain CoverageTestRunner can be used. Remo...Lars Wirzenius1-1/+1
2007-12-09When cleaning, remove .coverage.Lars Wirzenius1-0/+1
2007-11-11Add encoding option to docbook2x-man so that it can grok the docbook files. T...Lars Wirzenius1-4/+4
2007-09-09coverage.py writes the .coverage file in an atexit handler, so we have to rem...Lars Wirzenius1-0/+1
2007-09-08Remove now-useless 'coverage' target from Makefile.Lars Wirzenius1-7/+0
2007-05-02Added automatic checking that every file has a copyright statement and refers...Lars Wirzenius1-0/+3
2007-04-12Fixes from Teemu Hukkanen: remove obnamfs.1 on cleanup, and typo fix in manua...Lars Wirzenius1-1/+1
2007-03-11Install obnamfs.Lars Wirzenius1-0/+1
2007-03-11Wrote obnamfs.docbook.Lars Wirzenius1-1/+4
2007-02-22Use -r option to rm in clean so tmp.store is removed properly.Lars Wirzenius1-1/+1
2007-01-14Wrote manual page for odirect_pipe.Lars Wirzenius1-2/+5
2007-01-14Install odirect_pipe.Lars Wirzenius1-1/+1
2007-01-14Move automatic host-id creation away from defaults, to make life simpler.Lars Wirzenius1-1/+1
2007-01-14Oops, a missing backslash.Lars Wirzenius1-1/+1
2007-01-14Use Python 2.4 explicitly, since that's what we build depend on.Lars Wirzenius1-1/+1
2007-01-14Set up defaultconfig.py properly at installation.Lars Wirzenius1-1/+11
2007-01-13Added version: target to Makefile, for the use of http://liw.iki.fi/liw/unper...Lars Wirzenius1-0/+3
2007-01-13Added a little script to check that the manual page contains all options. Thi...Lars Wirzenius1-0/+1
2007-01-04Fix up default config after it has been installed, so it is actually useful f...Lars Wirzenius1-0/+1
2007-01-02Run blackboxtests also under coverage.py, optionally, and use logging options...Lars Wirzenius1-1/+2