and use the MD5SUMS location specified in the OutputDocument

This commit is contained in:
Martin A. Brown 2016-04-01 22:38:35 -07:00
parent 49b2ee57ae
commit 5530c8f38f
1 changed files with 1 additions and 1 deletions

View File

@ -149,7 +149,7 @@ cd -- "{output.dirname}"'''
def generate_md5sums(self, **kwargs):
logger.debug("%s generating MD5SUMS in %s.",
self.output.stem, self.output.dirname)
md5file = os.path.join(self.output.dirname, 'MD5SUMS')
md5file = self.output.MD5SUMS
fileset = sorted(self.source.md5sums.items())
if self.config.script:
l = list()