Unverified Commit 143097f5 authored by boklm's avatar boklm
Browse files

Bug 40851: Integrate android apk signing in do-all-signing

parent 0ce5dccf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -173,7 +173,6 @@ Tor Browser Alpha (and Nightly) are on the `main` branch
    - `cd tor-browser-build/tools/signing/`
    - `./macos-signer-proxy`
- [ ] On `$(STAGING_SERVER)` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
- [ ] apk signing : copy signed `*multi.apk` files to the unsigned build outputs directory
- [ ] run do-all-signing script:
    - `cd tor-browser-build/tools/signing/`
    - `./do-all-signing.torbrowser`
+0 −1
Original line number Diff line number Diff line
@@ -178,7 +178,6 @@ Tor Browser Stable lives in the various `maint-$(TOR_BROWSER_MAJOR).$(TOR_BROWSE
    - `cd tor-browser-build/tools/signing/`
    - `./macos-signer-proxy`
- [ ] On `$(STAGING_SERVER)` in a separate `screen` session, ensure tor daemon is running with SOCKS5 proxy on the default port 9050
- [ ] apk signing : copy signed `*multi.apk` files to the unsigned build outputs directory
- [ ] run do-all-signing script:
    - `cd tor-browser-build/tools/signing/`
    - `./do-all-signing.sh`
+2 −3
Original line number Diff line number Diff line
@@ -95,7 +95,6 @@ steps:
      #!/bin/bash
      set -e
      mv -v [% c("input_files_by_name/build_tools") %] [% dest_dir _ '/' _ c('filename') %]
    var:
    container:
      use_container: 0
    input_files:
+0 −1
Original line number Diff line number Diff line
android-signing
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
android-signing
 No newline at end of file
Loading