upgrade: Actually deploy upgraded tree again
I need a brown paper bag for this one...
This commit is contained in:
parent
f9484e9bab
commit
0852362efa
|
|
@ -89,8 +89,10 @@ ot_admin_builtin_upgrade (int argc, char **argv, OtAdminBuiltinOpts *admin_opts,
|
|||
gs_file_get_path_cached (ostree_dir),
|
||||
NULL);
|
||||
|
||||
if (!ot_admin_pull (ostree_dir, osname, cancellable, error))
|
||||
goto out;
|
||||
if (!gs_subprocess_simple_run_sync (gs_file_get_path_cached (ostree_dir),
|
||||
GS_SUBPROCESS_STREAM_DISPOSITION_INHERIT,
|
||||
cancellable, error,
|
||||
"ostree", "admin", ostree_dir_arg, "pull-deploy", osname, NULL))
|
||||
|
||||
if (!gs_subprocess_simple_run_sync (gs_file_get_path_cached (ostree_dir),
|
||||
GS_SUBPROCESS_STREAM_DISPOSITION_INHERIT,
|
||||
|
|
|
|||
Loading…
Reference in New Issue