morgan pushed to branch maint-14.0 at The Tor Project / Applications / tor-browser-build
Commits: f605e288 by Morgan at 2024-11-26T02:24:45+00:00 Bug 41301: Prepare Tor Browser 14.0.3 part 2
- fix legacy torbrowser mar generation
- - - - -
1 changed file:
- rbm.conf
Changes:
===================================== rbm.conf ===================================== @@ -74,7 +74,7 @@ buildconf:
var: torbrowser_version: '14.0.3' - 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: '2024/11/25 15:42:04' @@ -89,8 +89,8 @@ var: - '[% IF c("var/mullvad-browser") %]13.5.7[% END %]' mar_channel_id: '[% c("var/projectname") %]-torproject-[% c("var/channel") %]'
- torbrowser_legacy_version: 13.5.9 - torbrowser_legacy_platform_version: 115.17.0 + torbrowser_legacy_version: 13.5.10 + torbrowser_legacy_platform_version: 115.18.0
# By default, we sort the list of installed packages. This allows sharing # containers with identical list of packages, even if they are not listed
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser-build/-/commit/f6...