Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: cfd31e66 by hackademix at 2026-04-07T08:50:40+02: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/cf... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/cf... You're receiving this email because of your account on gitlab.torproject.org. Manage all notifications: https://gitlab.torproject.org/-/profile/notifications | Help: https://gitlab.torproject.org/help
participants (1)
-
Pier Angelo Vendrame (@pierov)