From b728b0eb764dce8493eaf3f6c661e6aafcdc042f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 Mar 2017 18:33:45 +0200 Subject: 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. --- yarns/obnam.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns/obnam.sh') 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 } -- cgit v1.2.1