提交 3adebccc 编写于 作者: J Joerg Jaspert

Dont generate SHA512sum lines in generate_packages_sources (used for squeeze)

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 aaf17dcd
......@@ -172,7 +172,7 @@ tree "dists/oldstable/non-free"
# it has errormessages we like to see
os.environ['GZIP'] = '--rsyncable'
os.chdir(tmppath)
(result, output) = commands.getstatusoutput('apt-ftparchive -o APT::FTPArchive::Contents=off generate %s' % os.path.basename(ac_name))
(result, output) = commands.getstatusoutput('apt-ftparchive -o APT::FTPArchive::Contents=off -o APT::FTPArchive::SHA512=off generate %s' % os.path.basename(ac_name))
sn="a-f %s,%s: " % (suite, arch)
print sn + output.replace('\n', '\n%s' % (sn))
return result
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册