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

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



Title: GitLab

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:

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