提交 8d74e3e6 编写于 作者: T Torsten Werner

bugfix

Signed-off-by: NTorsten Werner <twerner@debian.org>
上级 b3637970
......@@ -367,7 +367,7 @@ def main():
maxsuite = maxpackages
# Process Contents
file = "%s/%s/Contents-%s" % (Cnf["Dir::Root"] + tree, component,
longarch)
architecture)
storename = "%s/%s_%s_contents_%s" % (Options["TempDir"], suite, component, architecture)
genchanges(Options, file + ".diff", storename, file, \
Cnf.get("Suite::%s::Generate-Index-Diffs::MaxDiffs::Contents" % (suite), maxcontents))
......
......@@ -122,6 +122,7 @@ select bc.file, string_agg(o.section || '/' || b.package, ',' order by b.package
'''
values = {
'suite': self.suite.suite_name,
'component': self.component.component_name,
'debtype': self.overridetype.overridetype,
'architecture': self.architecture.arch_string,
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册