summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2015-12-06 15:43:45 +0100
committerLars Wirzenius <liw@liw.fi>2015-12-06 16:40:16 +0100
commit20f13ccae98d2cd1be3d6051ac8c2f6f002166d1 (patch)
treeaff3d10bbc2dfdcd60b1a0b19d8aeaddfc0258f7
parent4fafab21d35762d3772adca7a74f49ee31be62a0 (diff)
downloadobnam-20f13ccae98d2cd1be3d6051ac8c2f6f002166d1.tar.gz
Do not have whole-file MD5 in green-albatross
-rw-r--r--obnamlib/fmt_ga/format.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/obnamlib/fmt_ga/format.py b/obnamlib/fmt_ga/format.py
index 15b33fdc..f05a31f2 100644
--- a/obnamlib/fmt_ga/format.py
+++ b/obnamlib/fmt_ga/format.py
@@ -101,8 +101,7 @@ class RepositoryFormatGA(obnamlib.RepositoryDelegator):
obnamlib.REPO_FILE_XATTR_BLOB,
obnamlib.REPO_FILE_BLOCKS,
obnamlib.REPO_FILE_DEV,
- obnamlib.REPO_FILE_INO,
- obnamlib.REPO_FILE_MD5]
+ obnamlib.REPO_FILE_INO]
def interpret_generation_spec(self, client_name, genspec):
ids = self.get_client_generation_ids(client_name)