From 2e97f5659ffdc52bcdd5906d2e98fb1013b3c2cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Danis?= Date: Fri, 21 Aug 2020 17:22:40 +0200 Subject: bin/static-delta: Add signature parameters to apply-offline MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This allows to check the delta signature before applying it. Signed-off-by: Frédéric Danis --- bash/ostree | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bash') 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 " -- cgit v1.2.1