[ostree] static-delta apply-offline: Don't skip validation



commit 3fa3e12e0203aab11f2b95441496718c6df75bca
Author: Alexander Larsson <alexl redhat com>
Date:   Thu Oct 15 19:31:13 2015 +0200

    static-delta apply-offline: Don't skip validation
    
    This makes no sense, at least by default.

 src/ostree/ot-builtin-static-delta.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ostree/ot-builtin-static-delta.c b/src/ostree/ot-builtin-static-delta.c
index 437e24f..903e5fd 100644
--- a/src/ostree/ot-builtin-static-delta.c
+++ b/src/ostree/ot-builtin-static-delta.c
@@ -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))
     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;
 
   if (!ostree_repo_commit_transaction (repo, NULL, cancellable, error))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]