mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-19 22:50:35 +03:00
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,
|
||||
'checkout', '--link-cache=' + link_cache_dir,
|
||||
'--user-mode', '--union', '--from-stdin', rootdir_tmp],
|
||||
stdin=open(tmppath))
|
||||
'--user-mode', '--union', '--from-file=' + tmppath, rootdir_tmp])
|
||||
|
||||
os.unlink(tmppath);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user