ma1 pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 012f0dcd by hackademix at 2026-03-04T19:22:51+01:00 Bug 41742: Make the Mullvad Browser publishing script independent from the BB branch existence - - - - - 1 changed file: - tools/signing/publish-github.mullvadbrowser Changes: ===================================== tools/signing/publish-github.mullvadbrowser ===================================== @@ -37,7 +37,7 @@ fi pushd >/dev/null ../../git_clones/firefox echo "Fetching $MB_BRANCH and tags..." git fetch --tags "$GL_REMOTE_MULLVAD" "$MB_BRANCH" -git fetch --tags "$GL_REMOTE_TOR" "$BB_BRANCH" +git fetch --tags "$GL_REMOTE_TOR" BB_TAG=$(git tag -l "$BB_BRANCH-build*" | tail -n1) FX_TAG=$(git tag -l "FIREFOX_*${FX_VERSION//\./_}*" "FIREFOX_NIGHTLY_${FX_VERSION//\.0a[0-9]*/}*" | tail -n1) echo "QA build version: $BASE_VERSION" View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/01... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/01... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
ma1 (@ma1)