mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
rsync status JSON as first and last steps of command runs
This commit is contained in:
parent
c19ef45fd5
commit
bf6004b08e
3 changed files with 40 additions and 22 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue