From: Sam Hartman Date: Fri, 13 Jan 2012 14:52:34 +0000 (-0500) Subject: builder: schroot_command always needs -- X-Git-Tag: tr-beta1~33 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot.git;a=commitdiff_plain;h=1f92667a71192e1b70a3a8755dd49be1a6a4b831 builder: schroot_command always needs -- --- diff --git a/builder b/builder index cedab4f..cd53d7f 100755 --- a/builder +++ b/builder @@ -153,7 +153,7 @@ 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 + schroot_command = "schroot -r -c " + our_schroot.name + ' --' root_command = schroot_command + " -u root" all_packages = read_packages()