summaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorFrédéric Danis <frederic.danis@collabora.com>2020-08-21 17:22:40 +0200
committerFrédéric Danis <frederic.danis@collabora.com>2020-09-14 09:27:19 +0200
commit2e97f5659ffdc52bcdd5906d2e98fb1013b3c2cd (patch)
treec23a945df36d12304bcaaec1218b58a3f78d63b0 /bash
parentfb1faf17d6f9cefd349c46f48f7a28f269f07576 (diff)
downloadostree-2e97f5659ffdc52bcdd5906d2e98fb1013b3c2cd.tar.gz
bin/static-delta: Add signature parameters to apply-offline
This allows to check the delta signature before applying it. Signed-off-by: Frédéric Danis <frederic.danis@collabora.com>
Diffstat (limited to 'bash')
-rw-r--r--bash/ostree3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/ostree b/bash/ostree
index 34a38b20..d00695ef 100644
--- a/bash/ostree
+++ b/bash/ostree
@@ -1532,6 +1532,9 @@ _ostree_static_delta_apply_offline() {
"
local options_with_args="
+ --sign-type
+ --keys-file
+ --keys-dir
--repo
"