chiark / gitweb /
Merge branch '428-Signature-key-fingerprint-of-file-stats-publishsigkeys-jar-does...
authorHans-Christoph Steiner <hans@guardianproject.info>
Thu, 14 Dec 2017 08:50:10 +0000 (08:50 +0000)
committerHans-Christoph Steiner <hans@guardianproject.info>
Thu, 14 Dec 2017 08:50:10 +0000 (08:50 +0000)
jenkins test: clear singing-key-fingerpring from previous run

Closes #428

See merge request fdroid/fdroidserver!410

jenkins-test

index 74fbba53a6d7bfb8468fa0ef4b643cdaf766c957..c8f9de8a4f8762e2d4079c8ee81bb21de199110c 100755 (executable)
@@ -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