提交 f8316357 编写于 作者: J Joerg Jaspert

dpkg is too stupid, use apt

Signed-off-by: NJoerg Jaspert <joerg@debian.org>
上级 3c514edd
...@@ -51,9 +51,9 @@ function make_buildd_dir () { ...@@ -51,9 +51,9 @@ function make_buildd_dir () {
if [ "${suite}x" = "projectx" ]; then continue; fi if [ "${suite}x" = "projectx" ]; then continue; fi
cd ${incoming}/dists/${suite}/buildd cd ${incoming}/dists/${suite}/buildd
dpkg-scanpackages . $overridedir/override.sid.all3 >Packages apt-ftparchive packages . $overridedir/override.sid.all3 >Packages
gzip -9c --rsyncable <Packages >Packages.gz gzip -9c --rsyncable <Packages >Packages.gz
dpkg-scansources . $overridedir/override.sid.all3.src >Sources apt-ftparchive sources . $overridedir/override.sid.all3.src >Sources
gzip -9c --rsyncable <Sources >Sources.gz gzip -9c --rsyncable <Sources >Sources.gz
rm -f buildd/Release rm -f buildd/Release
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册