summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-03Release version 0.19.obnam-0.19Lars Wirzenius5-3/+62
2011-08-03Bump version number.Lars Wirzenius1-1/+1
2011-08-03Convert into non-native package.Lars Wirzenius2-1/+2
2011-08-03Update debian/changelog for release.Lars Wirzenius1-0/+10
2011-08-03Update NEWS for release.Lars Wirzenius1-0/+48
2011-08-03Bump version number.Lars Wirzenius1-1/+1
2011-08-03Undo logging of Repository objects.Lars Wirzenius1-3/+0
2011-08-03Log when Repository objects are created.Lars Wirzenius1-0/+3
2011-08-03Update package description to be more useful.Lars Wirzenius1-4/+16
2011-08-02Require newer version of larch, and bump repository format.Lars Wirzenius2-3/+3
2011-08-02Install obnam-benchmark as well.Lars Wirzenius1-1/+1
2011-08-02Mark benchmarks done with --use-existing (in the profile name).Lars Wirzenius1-1/+7
2011-08-02Record profile name in .seivot file.Lars Wirzenius1-0/+1
2011-08-02Add --description option.Lars Wirzenius1-0/+4
2011-08-02Fix backup plugin to log why it's excluding files, and what it's backing up.Lars Wirzenius1-3/+8
2011-08-02Ignore obnam-benchmark manpage.Lars Wirzenius1-0/+1
2011-08-02Split long line into two.Lars Wirzenius1-1/+2
2011-07-31Move idpath to larch.Lars Wirzenius5-155/+3
2011-07-30Add --results option to obnam-benchmark.Lars Wirzenius1-1/+3
2011-07-29Add note about sftp URLs for live data and related dangers.Lars Wirzenius1-0/+12
2011-07-29Add network-tests Makefile target, and fix sftp related problems in code.Lars Wirzenius7-80/+147
2011-07-29Run blackboxtest using sftp for root and repo, in network-tests.Lars Wirzenius1-0/+1
2011-07-29Fix blackboxtest to not worry about st_nlink when using sftp for live data.Lars Wirzenius1-2/+7
2011-07-29Fake missing stat fields for sftp.Lars Wirzenius1-1/+17
2011-07-29Change lstat test to verify all necessary fields are present.Lars Wirzenius1-2/+5
2011-07-29Differentiate restored_dir and restored url, like data and repo do.Lars Wirzenius1-10/+16
2011-07-29Change use of "with fs.open(...)" to not use with.Lars Wirzenius1-3/+5
2011-07-29Handle sftp URLs in verify plugin.Lars Wirzenius1-2/+8
2011-07-29When accessing live data over sftp, use integer timestamps.Lars Wirzenius1-0/+4
2011-07-29Start work on running black box tests with root and/or repo over sftp.Lars Wirzenius1-63/+74
2011-07-29Add and implement --use-sftp-root option.Lars Wirzenius1-0/+5
2011-07-29Adapt to seivot option name change.Lars Wirzenius1-1/+1
2011-07-29Implement --use-sftp-repository option.Lars Wirzenius1-0/+2
2011-07-29Add --use-sftp-repository option.Lars Wirzenius1-0/+3
2011-07-29Add Makefile target to run network related tests.Lars Wirzenius1-0/+3
2011-07-28Write manpage for obnam-benchmark.Lars Wirzenius2-1/+139
2011-07-27Clarify --no-act/--pretend/--dry-run documentation: it only works for forget.Lars Wirzenius2-4/+2
2011-07-27Remove our require and just use cliapp.Settings.require directly.Lars Wirzenius9-23/+19
2011-07-27Use cliapp.Setting.require instead of our own implementation.Lars Wirzenius1-3/+1
2011-07-27Remove setup.py's build directory.Lars Wirzenius1-0/+1
2011-07-27Remove fakeroot-ed test, since they won't run under fakeroot.Lars Wirzenius1-1/+0
2011-07-27Run setup.py in a way suitable for .debs.Lars Wirzenius1-1/+1
2011-07-27Remove extrautils as build-depdency.Lars Wirzenius2-5/+9
2011-07-27Bugfix: Without --log, the current working directory was excluded from backup.Lars Wirzenius1-2/+4
2011-07-26Add tracing and logging to help finding missing node bugs.Lars Wirzenius9-2/+93
2011-07-25Change all lock decorators to be normal methods.Lars Wirzenius2-76/+47
2011-07-25Fix one more place in backup where files going missing caused trouble.Lars Wirzenius1-3/+8
2011-07-25Add subsection on configuration files to manpage.Lars Wirzenius1-1/+53
2011-07-25Make all exceptions be based on obnamlib.AppException or obnamlib.Error.Lars Wirzenius7-11/+17
2011-07-25Work around problems setting fcntl flags.Lars Wirzenius1-3/+6