mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +00:00
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:
parent
7ad49b91be
commit
505af8e20c
2
ack-sync
2
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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user