From: Hans-Christoph Steiner Date: Wed, 20 Dec 2017 12:35:20 +0000 (+0100) Subject: jenkins-test: import secret key into test GNUPGHOME X-Git-Tag: 1.0.0~21 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=3d91e6a5b5e730d97c9b4edeb84bc881031aa9c9;p=fdroidserver.git jenkins-test: import secret key into test GNUPGHOME Can't run `fdroid gpgsign` without a secret key! --- diff --git a/jenkins-test b/jenkins-test index c8f9de8a..39fdaa8f 100755 --- a/jenkins-test +++ b/jenkins-test @@ -35,6 +35,8 @@ rm -f config.py keystore.jks ../fdroid update export GNUPGHOME=$WORKSPACE/tests/gnupghome +gpg --import $GNUPGHOME/secring.gpg + echo "build_server_always = True" >> config.py echo "gpghome = '$GNUPGHOME'" >> config.py echo "gpgkey = 'CE71F7FB'" >> config.py