X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=builder;h=5d0ac73596c0ac65b8490a0c60dfe6906c987185;hb=7e7f6b154a0ad4c6d15872bd9b25de28950914a5;hp=576ee2fd338eb91f79833be4c79bb6cdc86e9489;hpb=96bf7fafdf76d89ca0959a5c8d37d3f9c4ef2cc3;p=moonshot.git diff --git a/builder b/builder index 576ee2f..5d0ac73 100755 --- a/builder +++ b/builder @@ -153,8 +153,9 @@ if tar_file is not None: dist = True our_schroot = None if options.schroot is not None: our_schroot = Schroot(options.schroot) - schroot_command = "schroot -r -c " + our_schroot.name + ' --' - root_command = schroot_command + " -u root" + schroot_command_base = "schroot -r -c " + our_schroot.name + root_command = schroot_command_base + " -u root --" + schroot_command = schroot_command_base + ' --' all_packages = read_packages() if len(packages) == 0: packages = all_packages