From 505af8e20c82c0e0c7f4d4009c7536e6baa3cc13 Mon Sep 17 00:00:00 2001 From: Fabrice Coutadeur Date: Wed, 14 Jul 2010 07:51:19 +0200 Subject: [PATCH] ack-sync_ uses -d parameter when calling sbuild instead of -c as chroot are now using the arch for amd64 --- ack-sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ack-sync b/ack-sync index e94d8fe..602d5dc 100755 --- a/ack-sync +++ b/ack-sync @@ -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")