提交 f91911ee 编写于 作者: T Torsten Werner

Add missing 'dists' directory to method output_filename().

Signed-off-by: NTorsten Werner <twerner@debian.org>
上级 c8fbd3b2
......@@ -166,9 +166,9 @@ select bc.file, substring(o.section from position('/' in o.section) + 1) || '/'
'architecture': self.architecture.arch_string
}
if self.component is None:
return "%(root)s%(suite)s/Contents-%(architecture)s.gz" % values
return "%(root)s/dists/%(suite)s/Contents-%(architecture)s.gz" % values
values['component'] = self.component.component_name
return "%(root)s%(suite)s/%(component)s/Contents-%(architecture)s.gz" % values
return "%(root)s/dists/%(suite)s/%(component)s/Contents-%(architecture)s.gz" % values
def get_header(self):
'''
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册