Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
- 
d54b0b7f
by Pier Angelo Vendrame at 2024-07-30T18:30:58+02:00
2 changed files:
Changes:
| ... | ... | @@ -17,10 +17,8 @@ var: | 
| 17 | 17 |    firefox_platform_version: 128.0
 | 
| 18 | 18 |    firefox_version: '[% c("var/firefox_platform_version") %]esr'
 | 
| 19 | 19 |    browser_series: '14.0'
 | 
| 20 | -  # Note: In 14.0a1, mullvad-browser is on browser_rebase: 1!
 | |
| 21 | 20 |    browser_rebase: 2
 | 
| 22 | 21 |    browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
 | 
| 23 | -  # Note: In 14.0a1, mullvad-browser is on browser_build: 2!
 | |
| 24 | 22 |    browser_build: 1
 | 
| 25 | 23 |    branding_directory_prefix: 'tb'
 | 
| 26 | 24 |    copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
 | 
| ... | ... | @@ -109,10 +107,6 @@ targets: | 
| 109 | 107 |        gitlab_project: https://gitlab.torproject.org/tpo/applications/mullvad-browser
 | 
| 110 | 108 |        updater_url: 'https://cdn.mullvad.net/browser/update_responses/update_1/'
 | 
| 111 | 109 |        nightly_updates_publish_dir_prefix: mullvadbrowser-
 | 
| 112 | -      # TODO: Remove/update me for 14.0a2 when/if in-sync with tor-browser
 | |
| 113 | -      browser_rebase: 1
 | |
| 114 | -      # TODO: Remove/update me for 14.0a2 when/if in-sync with tor-browser
 | |
| 115 | -      browser_build: 2
 | |
| 116 | 110 | |
| 117 | 111 |    linux-x86_64:
 | 
| 118 | 112 |      var:
 | 
| ... | ... | @@ -17,7 +17,7 @@ container: | 
| 17 | 17 | |
| 18 | 18 |  var:
 | 
| 19 | 19 |    geckoview_version: 128.0esr
 | 
| 20 | -  browser_branch: 14.0-1
 | |
| 20 | +  browser_branch: 14.0-2
 | |
| 21 | 21 |    browser_build: 1
 | 
| 22 | 22 |    copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
 | 
| 23 | 23 |    gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
 |