[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser-build][maint-15.0] Bug 41742: Make the Mullvad Browser publishing script independent from the BB branch existence



Title: GitLab

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:

Changes:

  • tools/signing/publish-github.mullvadbrowser
    ... ... @@ -37,7 +37,7 @@ fi
    37 37
     pushd >/dev/null ../../git_clones/firefox
    
    38 38
     echo "Fetching $MB_BRANCH and tags..."
    
    39 39
     git fetch --tags "$GL_REMOTE_MULLVAD" "$MB_BRANCH"
    
    40
    -git fetch --tags "$GL_REMOTE_TOR" "$BB_BRANCH"
    
    40
    +git fetch --tags "$GL_REMOTE_TOR"
    
    41 41
     BB_TAG=$(git tag -l "$BB_BRANCH-build*" | tail -n1)
    
    42 42
     FX_TAG=$(git tag -l "FIREFOX_*${FX_VERSION//\./_}*" "FIREFOX_NIGHTLY_${FX_VERSION//\.0a[0-9]*/}*" | tail -n1)
    
    43 43
     echo "QA build version: $BASE_VERSION"
    

  • _______________________________________________
    tor-commits mailing list -- tor-commits@xxxxxxxxxxxxxxxxxxxx
    To unsubscribe send an email to tor-commits-leave@xxxxxxxxxxxxxxxxxxxx