ostbuild: Use --from-file for buildroot compose for easier debugging
This commit is contained in:
parent
8785fefda8
commit
3a365521a8
|
|
@ -121,8 +121,7 @@ class OstbuildChrootCompileOne(builtins.Builtin):
|
||||||
|
|
||||||
run_sync(['ostree', '--repo=' + self.repo,
|
run_sync(['ostree', '--repo=' + self.repo,
|
||||||
'checkout', '--link-cache=' + link_cache_dir,
|
'checkout', '--link-cache=' + link_cache_dir,
|
||||||
'--user-mode', '--union', '--from-stdin', rootdir_tmp],
|
'--user-mode', '--union', '--from-file=' + tmppath, rootdir_tmp])
|
||||||
stdin=open(tmppath))
|
|
||||||
|
|
||||||
os.unlink(tmppath);
|
os.unlink(tmppath);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue