rsync status JSON as first and last steps of command runs

This commit is contained in:
Hans-Christoph Steiner 2020-02-18 15:21:52 +01:00
parent c19ef45fd5
commit bf6004b08e
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA
3 changed files with 40 additions and 22 deletions

View file

@ -55,6 +55,7 @@ fi
gpg --import $GNUPGHOME/secring.gpg
echo "build_server_always = True" >> config.py
echo "deploy_process_logs = True" >> config.py
echo "make_current_version_link = False" >> config.py
echo "gpghome = '$GNUPGHOME'" >> config.py
echo "gpgkey = 'CE71F7FB'" >> config.py
@ -66,6 +67,7 @@ test -d repo || mkdir repo
test -d archive || mkdir archive
# when everything is copied over to run on SIGN machine
../fdroid publish
../fdroid gpgsign
# when everything is copied over to run on BUILD machine,
# which does not have a keyring, only a cached pubkey