From: Denis Pynkin Date: Mon, 18 Nov 2019 11:28:40 +0000 (+0300) Subject: tests/sign: disable GPG for alternatively signed pull X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~10^2~73^2~32 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fbd2666e076c1cf4bd0a1b13c888b21094b1f97f;p=ostree.git tests/sign: disable GPG for alternatively signed pull Explicitly disable GPG verification for remote while testing alternative signing mechanism. Signed-off-by: Denis Pynkin --- diff --git a/tests/test-signed-pull.sh b/tests/test-signed-pull.sh index 238ce8e0..28676b21 100755 --- a/tests/test-signed-pull.sh +++ b/tests/test-signed-pull.sh @@ -34,7 +34,7 @@ function repo_init() { rm repo -rf mkdir repo ostree_repo_init repo --mode=${repo_mode} - ${CMD_PREFIX} ostree --repo=repo remote add origin $(cat httpd-address)/ostree/gnomerepo "$@" + ${CMD_PREFIX} ostree --repo=repo remote add --set=gpg-verify=false origin $(cat httpd-address)/ostree/gnomerepo "$@" } function test_signed_pull() {