summaryrefslogtreecommitdiff
path: root/yarns/obnam.sh
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-03-25 18:33:45 +0200
committerLars Wirzenius <liw@liw.fi>2017-03-25 18:33:45 +0200
commitb728b0eb764dce8493eaf3f6c661e6aafcdc042f (patch)
treeb761a1e7aaec334aba5b44f26b0aee1edcaca25a /yarns/obnam.sh
parent221100c22b2d96fcdada86594753b1df51626c3e (diff)
downloadobnam-b728b0eb764dce8493eaf3f6c661e6aafcdc042f.tar.gz
Force summain checksum algorithm
Summain default has changed, so to be compatible with old summain output files, we have to force the checksum algorithm to what the old default was.
Diffstat (limited to 'yarns/obnam.sh')
-rw-r--r--yarns/obnam.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/yarns/obnam.sh b/yarns/obnam.sh
index 389f44d8..3c855f5e 100644
--- a/yarns/obnam.sh
+++ b/yarns/obnam.sh
@@ -173,7 +173,7 @@ remove_nlink_for_directories()
manifest()
{
- summain -r "$1" --exclude Ino --exclude Dev |
+ summain -r "$1" --exclude Ino --exclude Dev -c SHA1 |
normalise_manifest_times |
remove_nlink_for_directories
}