ack-sync_ uses -d parameter when calling sbuild instead of -c as chroot are

now using the arch for amd64
This commit is contained in:
Fabrice Coutadeur 2010-07-14 07:51:19 +02:00
parent 7ad49b91be
commit 505af8e20c

View File

@ -82,7 +82,7 @@ def get_source(package, version, section, dist, uploader_name, uploader_email, b
def build_source(dist, dsc_file):
try:
if sbuild:
subprocess.check_call(LogCall(["sbuild", "-c", dist,"-A", dsc_file]))
subprocess.check_call(LogCall(["sbuild", "-d", dist,"-A", dsc_file]))
else:
if not os.path.isdir("buildresult"):
os.makedirs("buildresult")