static-delta apply-offline: Don't skip validation
This makes no sense, at least by default.
This commit is contained in:
parent
e418acb31b
commit
3fa3e12e02
|
|
@ -256,7 +256,7 @@ ot_static_delta_builtin_apply_offline (int argc, char **argv, GCancellable *canc
|
||||||
if (!ostree_repo_prepare_transaction (repo, NULL, cancellable, error))
|
if (!ostree_repo_prepare_transaction (repo, NULL, cancellable, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
if (!ostree_repo_static_delta_execute_offline (repo, path, TRUE, cancellable, error))
|
if (!ostree_repo_static_delta_execute_offline (repo, path, FALSE, cancellable, error))
|
||||||
goto out;
|
goto out;
|
||||||
|
|
||||||
if (!ostree_repo_commit_transaction (repo, NULL, cancellable, error))
|
if (!ostree_repo_commit_transaction (repo, NULL, cancellable, error))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue