Pier Angelo Vendrame pushed to branch maint-15.0 at The Tor Project / Applications / tor-browser-build Commits: f92bc229 by Pier Angelo Vendrame at 2026-02-16T21:25:32+01:00 Bug 41720 (fix): Use the new function for Android+Linux i686. When we cherry-picked the fix from main, we did not get any conflicts, but we needed to update also the commands for Linux i686 and Android x86, which have been dropped in 16.0aX, but are still built in 15.0.X. - - - - - 43d87140 by Pier Angelo Vendrame at 2026-02-16T21:26:55+01:00 Bug 41709: Bump Tor Browser 15.0.6 to -build2. - - - - - 2 changed files: - projects/release/build - rbm.conf Changes: ===================================== projects/release/build ===================================== @@ -19,7 +19,7 @@ function merge_directory { merge_directory "[% c('input_files_by_name/android-armv7') %]" [% END -%] [% IF c("var/browser_platforms/android-x86") -%] - mv_files "[% c('input_files_by_name/android-x86') %]" + merge_directory "[% c('input_files_by_name/android-x86') %]" [% END -%] [% IF c("var/browser_platforms/android-x86_64") -%] merge_directory "[% c('input_files_by_name/android-x86_64') %]" @@ -43,7 +43,7 @@ function merge_directory { merge_directory "[% c('input_files_by_name/macos-aarch64') %]" [% END -%] [% IF c("var/browser_platforms/linux-i686") -%] - mv_files "[% c('input_files_by_name/linux-i686') %]" + merge_directory "[% c('input_files_by_name/linux-i686') %]" [% END -%] [% IF c("var/browser_platforms/linux-x86_64") -%] merge_directory "[% c('input_files_by_name/linux-x86_64') %]" ===================================== rbm.conf ===================================== @@ -75,7 +75,7 @@ buildconf: var: torbrowser_version: '15.0.6' - torbrowser_build: 'build1' + torbrowser_build: 'build2' # This should be the date of when the build is started. For the build # to be reproducible, browser_release_date should always be in the past. browser_release_date: '2026/02/16 16:30:00' View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/3... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/compare/3... You're receiving this email because of your account on gitlab.torproject.org.
participants (1)
-
Pier Angelo Vendrame (@pierov)