Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
3c1aed30
by Pier Angelo Vendrame at 2025-01-14T17:47:19+01:00
-
8880f6fa
by Pier Angelo Vendrame at 2025-01-14T17:47:21+01:00
5 changed files:
- projects/browser/Bundle-Data/Docs-MB/ChangeLog.txt
- projects/browser/Bundle-Data/Docs-TBB/ChangeLog.txt
- projects/firefox/config
- projects/geckoview/config
- rbm.conf
Changes:
... | ... | @@ -21,7 +21,10 @@ Mullvad Browser 14.5a2 - January 14 2025 |
21 | 21 | * All Platforms
|
22 | 22 | * Bug 43373: Do not run all CI jobs for scheduled jobs. [tor-browser]
|
23 | 23 | * Bug 41340: Update kick_devmole_build script with Mullvad's new GitHub workflow endpoint [tor-browser-build]
|
24 | + * Bug 41343: Add signing step to clean some files such as test artifacts [tor-browser-build]
|
|
24 | 25 | * Bug 40081: Support apt option for not installing recommended dependencies [rbm]
|
26 | + * Windows + macOS
|
|
27 | + * Bug 41349: Wrong copyright year makes build non-reproducible [tor-browser-build]
|
|
25 | 28 | * macOS
|
26 | 29 | * Bug 41325: Newer versions of 7z fail to extract our dmg files because of the /Applications symlink [tor-browser-build]
|
27 | 30 | * Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar [tor-browser-build]
|
... | ... | @@ -41,7 +41,10 @@ Tor Browser 14.5a2 - January 14 2025 |
41 | 41 | * Bug 43374: Run the `update-translations` jobs independent of others [tor-browser]
|
42 | 42 | * Bug 41326: Remove var/torbrowser_legacy_version from rbm.conf in alpha/nightly [tor-browser-build]
|
43 | 43 | * Bug 41340: Update kick_devmole_build script with Mullvad's new GitHub workflow endpoint [tor-browser-build]
|
44 | + * Bug 41343: Add signing step to clean some files such as test artifacts [tor-browser-build]
|
|
44 | 45 | * Bug 40081: Support apt option for not installing recommended dependencies [rbm]
|
46 | + * Windows + macOS
|
|
47 | + * Bug 41349: Wrong copyright year makes build non-reproducible [tor-browser-build]
|
|
45 | 48 | * macOS
|
46 | 49 | * Bug 41325: Newer versions of 7z fail to extract our dmg files because of the /Applications symlink [tor-browser-build]
|
47 | 50 | * Bug 41327: Print more logs when make_full_update.sh failed to generate mar file in dmg2mar [tor-browser-build]
|
... | ... | @@ -21,7 +21,7 @@ var: |
21 | 21 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
22 | 22 | browser_build: 2
|
23 | 23 | branding_directory_prefix: 'tb'
|
24 | - copyright_year: '[% exec("git show -s --format=%ci" _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
|
24 | + copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
|
25 | 25 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
26 | 26 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
27 | 27 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
... | ... | @@ -22,7 +22,6 @@ var: |
22 | 22 | browser_rebase: 1
|
23 | 23 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
24 | 24 | browser_build: 2
|
25 | - copyright_year: '[% exec("git show -s --format=%ci" _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
|
26 | 25 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
27 | 26 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
28 | 27 | deps:
|
... | ... | @@ -74,7 +74,7 @@ buildconf: |
74 | 74 | |
75 | 75 | var:
|
76 | 76 | torbrowser_version: '14.5a2'
|
77 | - torbrowser_build: 'build1'
|
|
77 | + torbrowser_build: 'build2'
|
|
78 | 78 | # This should be the date of when the build is started. For the build
|
79 | 79 | # to be reproducible, browser_release_date should always be in the past.
|
80 | 80 | browser_release_date: '2025/01/13 19:00:00'
|