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. --- create-reference-repo | 1 + 1 file changed, 1 insertion(+) (limited to 'create-reference-repo') diff --git a/create-reference-repo b/create-reference-repo index af93b376..38ba1fb0 100755 --- a/create-reference-repo +++ b/create-reference-repo @@ -99,6 +99,7 @@ class CreateReferenceRepository(cliapp.Application): cliapp.runcmd( ['summain', '--exclude=Ino', '--exclude=Dev', '--exclude=Uid', '--exclude=Username', '--exclude=Gid', '--exclude=Group', + '--checksum=SHA1', '-r', '--output', manifest_name, dirname]) def backup(self, live_dir, repo_dir): -- cgit v1.2.1