Loading tools/signing/clean-build-artifacts 0 → 100755 +13 −0 Original line number Diff line number Diff line #!/bin/bash # This script removes some files we don't need to publish on dist.tpo set -e script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) source "$script_dir/functions" cd "$signed_version_dir" # Remove Android test artifacts (tor-browser-build#41342) rm -f -- *-androidTest.apk *-noopt-*.apk tools/signing/do-all-signing +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,10 @@ function sync-builder-unsigned-to-local-signed { "$script_dir/sync-builder-unsigned-to-local-signed" } function clean-build-artifacts { "$script_dir/clean-build-artifacts" } function sync-before-linux-signer-rcodesign-sign { "$script_dir/sync-local-to-linux-signer" } Loading Loading @@ -179,6 +183,7 @@ export SIGNING_PROJECTNAME do_step set-time-on-signing-machine do_step wait-for-finished-build do_step sync-builder-unsigned-to-local-signed do_step clean-build-artifacts do_step sync-scripts-to-linux-signer do_step sync-before-linux-signer-rcodesign-sign do_step linux-signer-rcodesign-sign Loading Loading
tools/signing/clean-build-artifacts 0 → 100755 +13 −0 Original line number Diff line number Diff line #!/bin/bash # This script removes some files we don't need to publish on dist.tpo set -e script_dir=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) source "$script_dir/functions" cd "$signed_version_dir" # Remove Android test artifacts (tor-browser-build#41342) rm -f -- *-androidTest.apk *-noopt-*.apk
tools/signing/do-all-signing +5 −0 Original line number Diff line number Diff line Loading @@ -42,6 +42,10 @@ function sync-builder-unsigned-to-local-signed { "$script_dir/sync-builder-unsigned-to-local-signed" } function clean-build-artifacts { "$script_dir/clean-build-artifacts" } function sync-before-linux-signer-rcodesign-sign { "$script_dir/sync-local-to-linux-signer" } Loading Loading @@ -179,6 +183,7 @@ export SIGNING_PROJECTNAME do_step set-time-on-signing-machine do_step wait-for-finished-build do_step sync-builder-unsigned-to-local-signed do_step clean-build-artifacts do_step sync-scripts-to-linux-signer do_step sync-before-linux-signer-rcodesign-sign do_step linux-signer-rcodesign-sign Loading