summaryrefslogtreecommitdiff
path: root/create-reference-repo
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 /create-reference-repo
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 'create-reference-repo')
-rwxr-xr-xcreate-reference-repo1
1 files changed, 1 insertions, 0 deletions
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):