summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Release version 0.22.obnam-0.22Lars Wirzenius5-6/+6
2011-08-25Tweak project.meta a bit.Lars Wirzenius1-1/+1
2011-08-25Update debian/changelog for release.Lars Wirzenius1-2/+2
2011-08-25Update NEWS for release.Lars Wirzenius1-1/+1
2011-08-25Bump version number.Lars Wirzenius1-1/+1
2011-08-25Bump version number.Lars Wirzenius1-1/+1
2011-08-24(no commit message)Lars Wirzenius4-3/+25
2011-08-24Update NEWS with changes so far.Lars Wirzenius1-0/+17
2011-08-24Log keyboard interrupts, for clarity.Lars Wirzenius1-0/+3
2011-08-24Don't catch GeneratorExit in a generator.Lars Wirzenius1-1/+3
2011-08-24Remove ./build if it exists, in setup.py clean.Lars Wirzenius1-0/+3
2011-08-24Only unlock client on crash if it is still locked.Lars Wirzenius1-2/+3
2011-08-24Run tests during Debian package build.Lars Wirzenius1-0/+4
2011-08-24Get rid of stupid build directory.Lars Wirzenius1-0/+1
2011-08-24Run tests during build.Lars Wirzenius1-0/+3
2011-08-24Fix #define for _XOPEN_SOURCE to be conditional.Lars Wirzenius1-0/+2
2011-08-24Remove .coverage file in "setup.py clean".Lars Wirzenius1-1/+1
2011-08-24Update build and test running instructions.Lars Wirzenius1-3/+4
2011-08-24Make "python setup.py clean" remove .pyc and _obnam.so.Lars Wirzenius1-2/+11
2011-08-23Provide python-obnam.obnam-0.21Lars Wirzenius2-0/+2
2011-08-23Fix typo.Lars Wirzenius1-1/+1
2011-08-23Release version 0.21.Lars Wirzenius7-50/+93
2011-08-23Update NEWS and debian/changelog further for release.Lars Wirzenius2-3/+4
2011-08-23Add my personal "backport" builds for code.liw.fi to project.meta.Lars Wirzenius1-3/+1
2011-08-23Add project.meta for unperish.Lars Wirzenius1-0/+4
2011-08-23Remove overridden build and install targets.Lars Wirzenius1-8/+0
2011-08-23We don't want no -dbg package built.Lars Wirzenius1-1/+0
2011-08-23Install extension into obnamlib package.Lars Wirzenius1-1/+1
2011-08-23Don't require _obnam extension always.Lars Wirzenius1-1/+13
2011-08-23Update copyright years.Lars Wirzenius1-1/+1
2011-08-23Remove the Makefile as it is now in the way.Lars Wirzenius1-36/+0
2011-08-23Move Makefile functionality into setup.py.Lars Wirzenius1-0/+64
2011-08-23Use dh_auto_install too?Lars Wirzenius1-0/+1
2011-08-23Restore and tweak overrides.Lars Wirzenius1-4/+5
2011-08-23Disable dh overrides.Lars Wirzenius1-4/+4
2011-08-23Add dependency on python-all-dbg.Lars Wirzenius2-1/+3
2011-08-23Update NEWS for release.Lars Wirzenius1-1/+1
2011-08-22Update debian/changelog for release.Lars Wirzenius1-2/+3
2011-08-22Bump version number.Lars Wirzenius1-1/+1
2011-08-22Update NEWS for release.Lars Wirzenius1-0/+4
2011-08-22Bump version number.Lars Wirzenius1-1/+1
2011-08-22Move memory profile dumping to cliapp.Lars Wirzenius4-45/+15
2011-08-22Unlock on error exit from backups.Lars Wirzenius2-66/+81
2011-08-22Document change in NEWS.Lars Wirzenius1-0/+6
2011-08-22Catch errors during a backup, and unlock client if they happen.Lars Wirzenius1-10/+15
2011-08-22Refactor: move stuff around into a more logical order.Lars Wirzenius1-7/+3
2011-08-22Refactor: move compilation of exclusion patterns into helper method.Lars Wirzenius1-9/+12
2011-08-22Refactor: move backing up of roots into its own method.Lars Wirzenius1-49/+53
2011-08-22Refactor: move some stuff into a helper method.Lars Wirzenius1-7/+8
2011-08-20Fix all plugins to close live data and repository filesystems properly.Lars Wirzenius5-0/+10