lists.torproject.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

tbb-commits

Thread Start a new thread
Threads by month
  • ----- 2025 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2015 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2014 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
tbb-commits@lists.torproject.org

June 2025

  • 1 participants
  • 112 discussions
[Git][tpo/applications/tor-browser][tor-browser-140.0a1-15.0-2] fixup! BB 43615: Add Gitlab Issue and Merge Request templates
by morgan (@morgan) 23 Jun '25

23 Jun '25
morgan pushed to branch tor-browser-140.0a1-15.0-2 at The Tor Project / Applications / Tor Browser Commits: ac53eb6b by Morgan at 2025-06-23T14:57:50+00:00 fixup! BB 43615: Add Gitlab Issue and Merge Request templates now instruct users to /request_review instead of /cc - - - - - 1 changed file: - .gitlab/merge_request_templates/Default.md Changes: ===================================== .gitlab/merge_request_templates/Default.md ===================================== @@ -62,7 +62,7 @@ #### Request Reviewer - [ ] Request review from an applications developer depending on modified system: - - **NOTE**: if the MR modifies multiple areas, please `/cc` all the relevant reviewers (since Gitlab only allows 1 reviewer) + - **NOTE**: if the MR modifies multiple areas, please `/request_review` all the relevant reviewers - **accessibility** : henry - **android** : clairehurst, dan - **build system** : boklm View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ac53eb6… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/ac53eb6… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] 2 commits: Bug 41499: Update build_apk step for new geckoview outdir structure
by brizental (@brizental) 23 Jun '25

23 Jun '25
brizental pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 6e6a9168 by Beatriz Rizental at 2025-06-23T19:35:52+02:00 Bug 41499: Update build_apk step for new geckoview outdir structure - - - - - 6efc7226 by Beatriz Rizental at 2025-06-23T19:35:52+02:00 Bug 41499: Comment out artifact copy Temporary fix just so we get nightlies tomorrow. - - - - - 2 changed files: - projects/browser/build.android - projects/geckoview/build_apk Changes: ===================================== projects/browser/build.android ===================================== @@ -121,6 +121,6 @@ apksigner sign --verbose --min-sdk-version [% c("var/android_min_api") %] --ks $ [% END -%] [% IF c("var/nightly") -%] - mkdir -p "[% dest_dir %]/[% c('filename') %]/artifacts" - cp -r $rootdir/[% c('input_files_by_name/fenix') %]/artifacts [% dest_dir %]/[% c('filename') %] + # mkdir -p "[% dest_dir %]/[% c('filename') %]/artifacts" + # cp -r $rootdir/[% c('input_files_by_name/fenix') %]/artifacts [% dest_dir %]/[% c('filename') %] [% END %] ===================================== projects/geckoview/build_apk ===================================== @@ -3,19 +3,15 @@ echo "Starting the creation of the fat AAR $(date)" -tar -C $builddir -xf [% c('input_files_by_name/geckoview_armv7') %] -tar -C $builddir -xf [% c('input_files_by_name/geckoview_aarch64') %] -tar -C $builddir -xf [% c('input_files_by_name/geckoview_x86') %] -tar -C $builddir -xf [% c('input_files_by_name/geckoview_x86_64') %] tar -C $builddir -xf [% project %]-[% c('version') %].tar.[% c('compress_tar') %] # Specify the architectures we want to merge export MOZ_ANDROID_FAT_AAR_ARCHITECTURES=armeabi-v7a,arm64-v8a,x86,x86_64 -export MOZ_ANDROID_FAT_AAR_ARMEABI_V7A=$builddir/geckoview/*armeabi-v7a*.aar -export MOZ_ANDROID_FAT_AAR_ARM64_V8A=$builddir/geckoview/*arm64-v8a*.aar +export MOZ_ANDROID_FAT_AAR_ARMEABI_V7A=$rootdir/[% c('input_files_by_name/geckoview_armv7') %]/geckoview/*.aar +export MOZ_ANDROID_FAT_AAR_ARM64_V8A=$rootdir/[% c('input_files_by_name/geckoview_aarch64') %]/geckoview/*.aar # Specifying just "x86" is not differentiating enough -export MOZ_ANDROID_FAT_AAR_X86=$builddir/geckoview/*x86-*.aar -export MOZ_ANDROID_FAT_AAR_X86_64=$builddir/geckoview/*x86_64*.aar +export MOZ_ANDROID_FAT_AAR_X86=$rootdir/[% c('input_files_by_name/geckoview_x86') %]/geckoview/*.aar +export MOZ_ANDROID_FAT_AAR_X86_64=$rootdir/[% c('input_files_by_name/geckoview_x86_64') %]/geckoview/*.aar cd $builddir/[% project %]-[% c("version") %] ln -s mozconfig-android-all .mozconfig View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-13.5] Bug 41498: Update keyring/morgan.gpg with updated public key
by morgan (@morgan) 23 Jun '25

23 Jun '25
morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build Commits: f63cb52f by Morgan at 2025-06-23T15:56:59+00:00 Bug 41498: Update keyring/morgan.gpg with updated public key - - - - - 1 changed file: - keyring/morgan.gpg Changes: ===================================== keyring/morgan.gpg ===================================== Binary files a/keyring/morgan.gpg and b/keyring/morgan.gpg differ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-14.5] Bug 41498: Update keyring/morgan.gpg with updated public key
by morgan (@morgan) 23 Jun '25

23 Jun '25
morgan pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build Commits: 2c09a704 by Morgan at 2025-06-23T15:55:59+00:00 Bug 41498: Update keyring/morgan.gpg with updated public key - - - - - 1 changed file: - keyring/morgan.gpg Changes: ===================================== keyring/morgan.gpg ===================================== Binary files a/keyring/morgan.gpg and b/keyring/morgan.gpg differ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Bug 41498: Update keyring/morgan.gpg with updated public key
by morgan (@morgan) 23 Jun '25

23 Jun '25
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 2f9e19ba by Morgan at 2025-06-23T15:54:56+00:00 Bug 41498: Update keyring/morgan.gpg with updated public key - - - - - 1 changed file: - keyring/morgan.gpg Changes: ===================================== keyring/morgan.gpg ===================================== Binary files a/keyring/morgan.gpg and b/keyring/morgan.gpg differ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/2… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Update MR template documentation
by morgan (@morgan) 23 Jun '25

23 Jun '25
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 780b4fe9 by Morgan at 2025-06-23T14:40:38+00:00 Update MR template documentation - - - - - 2 changed files: - .gitlab/merge_request_templates/default.md - .gitlab/merge_request_templates/relprep.md Changes: ===================================== .gitlab/merge_request_templates/default.md ===================================== @@ -19,7 +19,7 @@ <!-- This block tells the merger where commits need to be merged and future code archaeologists where commits were *supposed* to be merged --> #### Target Branches - - [ ] **`main`**: esr128-14.5 + - [ ] **`main`**: esr140-15.0 - [ ] **`maint-14.5`**: esr128-14.5 - [ ] **`maint-13.5`**: esr115-13.5 @@ -50,7 +50,7 @@ #### Request Reviewer - [ ] Request review from an applications developer depending on modified system: - - **NOTE**: if the MR modifies multiple areas, please `/cc` all the relevant reviewers (since gitlab only allows 1 reviewer) + - **NOTE**: if the MR modifies multiple areas, please `/request_review` all the relevant reviewers - **accessibility** : henry - **android** : clairehurst, dan - **build system** : boklm ===================================== .gitlab/merge_request_templates/relprep.md ===================================== @@ -52,7 +52,7 @@ #### Request Reviewer -- [ ] Request review from a release engineer: boklm, dan, ma1, morgan, pierov +- [ ] Request review from release engineers: boklm, dan, ma1, morgan, pierov #### Change Description View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/7… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/7… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-13.5] Misc updates to the kick_devmole_build script
by morgan (@morgan) 23 Jun '25

23 Jun '25
morgan pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build Commits: 0dc6b789 by Morgan at 2025-06-23T13:03:57+00:00 Misc updates to the kick_devmole_build script - fixed hashes url - updated comments - - - - - 1 changed file: - projects/release/kick_devmole_build Changes: ===================================== projects/release/kick_devmole_build ===================================== @@ -1,9 +1,9 @@ #!/usr/bin/bash -# This script triggers a build of Tor or Mullvad Browser on Mullvad Infrastructure -# Hashes are saved here: https://cdn.stagemole.eu/hashes/ -# A Mullvad build server auth token (var/devmole_auth_token) is required to build -# For now you have to be connecting from Sweden (ie via Malmö or Gothenburg exits using MullvadVPN) for your request to succeed +# This script triggers a build of Tor or Mullvad Browser using on GitHub Actions: +# - https://github.com/mullvad/browser-build-public/actions +# Hashes are saved here: https://cdn.stagemole.eu/browser/hashes/ +# A GitHub Access Token (var/devmole_auth_token) is required to kick a build set -e @@ -45,4 +45,4 @@ curl \ -d "{\"ref\":\"main\",\"inputs\":{\"tag\":\"${TAG}\",\"release\":\"${RELEASE}\"}}" echo -echo Hashes will appear in the appropriate workflow run here: https://github.com/mullvad/browser-build-public/actions/workflows/build.yml +echo Hashes will appear here: https://cdn.stagemole.eu/browser/hashes/[% c("var/projectname") %]/[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]/ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/0… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][maint-14.5] Misc updates to the kick_devmole_build script
by morgan (@morgan) 23 Jun '25

23 Jun '25
morgan pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build Commits: c8d79897 by Morgan at 2025-06-23T13:02:05+00:00 Misc updates to the kick_devmole_build script - fixed hashes url - updated comments - - - - - 1 changed file: - projects/release/kick_devmole_build Changes: ===================================== projects/release/kick_devmole_build ===================================== @@ -1,9 +1,9 @@ #!/usr/bin/bash -# This script triggers a build of Tor or Mullvad Browser on Mullvad Infrastructure -# Hashes are saved here: https://cdn.stagemole.eu/hashes/ -# A Mullvad build server auth token (var/devmole_auth_token) is required to build -# For now you have to be connecting from Sweden (ie via Malmö or Gothenburg exits using MullvadVPN) for your request to succeed +# This script triggers a build of Tor or Mullvad Browser using on GitHub Actions: +# - https://github.com/mullvad/browser-build-public/actions +# Hashes are saved here: https://cdn.stagemole.eu/browser/hashes/ +# A GitHub Access Token (var/devmole_auth_token) is required to kick a build set -e @@ -45,4 +45,4 @@ curl \ -d "{\"ref\":\"main\",\"inputs\":{\"tag\":\"${TAG}\",\"release\":\"${RELEASE}\"}}" echo -echo Hashes will appear in the appropriate workflow run here: https://github.com/mullvad/browser-build-public/actions/workflows/build.yml +echo Hashes will appear here: https://cdn.stagemole.eu/browser/hashes/[% c("var/projectname") %]/[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]/ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/c… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/tor-browser-build][main] Misc updates to the kick_devmole_build script
by morgan (@morgan) 23 Jun '25

23 Jun '25
morgan pushed to branch main at The Tor Project / Applications / tor-browser-build Commits: 87a0884e by Morgan at 2025-06-23T12:07:46+00:00 Misc updates to the kick_devmole_build script - fixed hashes url - updated comments - - - - - 1 changed file: - projects/release/kick_devmole_build Changes: ===================================== projects/release/kick_devmole_build ===================================== @@ -1,9 +1,9 @@ #!/usr/bin/bash -# This script triggers a build of Tor or Mullvad Browser on Mullvad Infrastructure -# Hashes are saved here: https://cdn.stagemole.eu/hashes/ -# A Mullvad build server auth token (var/devmole_auth_token) is required to build -# For now you have to be connecting from Sweden (ie via Malmö or Gothenburg exits using MullvadVPN) for your request to succeed +# This script triggers a build of Tor or Mullvad Browser using on GitHub Actions: +# - https://github.com/mullvad/browser-build-public/actions +# Hashes are saved here: https://cdn.stagemole.eu/browser/hashes/ +# A GitHub Access Token (var/devmole_auth_token) is required to kick a build set -e @@ -45,4 +45,4 @@ curl \ -d "{\"ref\":\"main\",\"inputs\":{\"tag\":\"${TAG}\",\"release\":\"${RELEASE}\"}}" echo -echo Hashes will appear in the appropriate workflow run here: https://github.com/mullvad/browser-build-public/actions/workflows/build.yml +echo Hashes will appear here: https://cdn.stagemole.eu/browser/hashes/[% c("var/projectname") %]/[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]/ View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/8… -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/8… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
[Git][tpo/applications/mullvad-browser] Pushed new tag mullvad-browser-128.12.0esr-14.5-1-build1
by Pier Angelo Vendrame (@pierov) 23 Jun '25

23 Jun '25
Pier Angelo Vendrame pushed new tag mullvad-browser-128.12.0esr-14.5-1-build1 at The Tor Project / Applications / Mullvad Browser -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/mullvad-browser/-/tree/mullv… You're receiving this email because of your account on gitlab.torproject.org.
1 0
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • ...
  • 12
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.