From: Michael Pöhn Date: Wed, 13 Dec 2017 16:39:55 +0000 (+0100) Subject: jenkins test: clear singing-key-fingerpring from previous run X-Git-Tag: 1.0.0~31^2 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=93c1c23a4bf74f6786017e81450d23d5de646969;p=fdroidserver.git jenkins test: clear singing-key-fingerpring from previous run --- diff --git a/jenkins-test b/jenkins-test index 74fbba53..c8f9de8a 100755 --- a/jenkins-test +++ b/jenkins-test @@ -39,6 +39,7 @@ echo "build_server_always = True" >> config.py echo "gpghome = '$GNUPGHOME'" >> config.py echo "gpgkey = 'CE71F7FB'" >> config.py chmod 0600 config.py +sed -i '/\s*repo_key_sha256\s*=.*/d' config.py # publish process when building and signing are on separate machines test -d repo || mkdir repo