mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-20 13:50:12 +01:00
Merge branch '428-Signature-key-fingerprint-of-file-stats-publishsigkeys-jar-does-not-match-repo_key_sha256-in-config-py' into 'master'
jenkins test: clear singing-key-fingerpring from previous run Closes #428 See merge request fdroid/fdroidserver!410
This commit is contained in:
commit
cc0399e740
@ -39,6 +39,7 @@ echo "build_server_always = True" >> config.py
|
|||||||
echo "gpghome = '$GNUPGHOME'" >> config.py
|
echo "gpghome = '$GNUPGHOME'" >> config.py
|
||||||
echo "gpgkey = 'CE71F7FB'" >> config.py
|
echo "gpgkey = 'CE71F7FB'" >> config.py
|
||||||
chmod 0600 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
|
# publish process when building and signing are on separate machines
|
||||||
test -d repo || mkdir repo
|
test -d repo || mkdir repo
|
||||||
|
Loading…
Reference in New Issue
Block a user