projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e418acb
)
static-delta apply-offline: Don't skip validation
author
Alexander Larsson
<alexl@redhat.com>
Thu, 15 Oct 2015 17:31:13 +0000
(19:31 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Tue, 10 Nov 2015 07:56:13 +0000
(08:56 +0100)
This makes no sense, at least by default.
src/ostree/ot-builtin-static-delta.c
patch
|
blob
|
history
diff --git
a/src/ostree/ot-builtin-static-delta.c
b/src/ostree/ot-builtin-static-delta.c
index 437e24f9da5137e9411721a5bd5175596b206f64..903e5fd678cc10139121b13a58ae3d93861334a4 100644
(file)
--- 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,
TRU
E, cancellable, error))
+ if (!ostree_repo_static_delta_execute_offline (repo, path,
FALS
E, cancellable, error))
goto out;
if (!ostree_repo_commit_transaction (repo, NULL, cancellable, error))