Pier Angelo Vendrame pushed to branch maint-13.5 at The Tor Project / Applications / tor-browser-build
Commits: a40d61b5 by Pier Angelo Vendrame at 2025-03-31T23:33:06+02:00 Bug 41388: Prepare Tor Browser 13.5.15 (build 2).
- - - - -
2 changed files:
- projects/firefox/config - rbm.conf
Changes:
===================================== projects/firefox/config ===================================== @@ -20,7 +20,7 @@ var: browser_series: '13.5' browser_rebase: 1 browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]' - browser_build: 2 + browser_build: 3 branding_directory_prefix: 'tb' copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]' nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
===================================== rbm.conf ===================================== @@ -74,7 +74,7 @@ buildconf:
var: torbrowser_version: '13.5.15' - 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: '2025/03/31 18:28:08'
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/a4...