deploy: Remove deployment root print
It doesn't look very professional; in the future though we should have a progress bar here or something.
This commit is contained in:
parent
fc11c8673f
commit
bf37a9c741
|
|
@ -515,9 +515,6 @@ checkout_deployment_tree (OstreeSysroot *sysroot,
|
||||||
if (!ot_util_ensure_directory_and_fsync (deploy_parent, cancellable, error))
|
if (!ot_util_ensure_directory_and_fsync (deploy_parent, cancellable, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
g_print ("ostadmin: Creating deployment %s\n",
|
|
||||||
gs_file_get_path_cached (deploy_target_path));
|
|
||||||
|
|
||||||
if (!ostree_repo_checkout_tree (repo, 0, 0, deploy_target_path, OSTREE_REPO_FILE (root),
|
if (!ostree_repo_checkout_tree (repo, 0, 0, deploy_target_path, OSTREE_REPO_FILE (root),
|
||||||
file_info, cancellable, error))
|
file_info, cancellable, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue