Pier Angelo Vendrame pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
7760e467
by Pier Angelo Vendrame at 2026-03-31T20:12:34+02:00
3 changed files:
Changes:
| ... | ... | @@ -22,7 +22,7 @@ var: |
| 22 | 22 | browser_series: '16.0'
|
| 23 | 23 | browser_rebase: 2
|
| 24 | 24 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 25 | - browser_build: 2
|
|
| 25 | + browser_build: 3
|
|
| 26 | 26 | upstream_firefox_commit: FIREFOX_NIGHTLY_149_END
|
| 27 | 27 | copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
| 28 | 28 | nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
|
| ... | ... | @@ -25,7 +25,7 @@ var: |
| 25 | 25 | browser_series: '16.0'
|
| 26 | 26 | browser_rebase: 2
|
| 27 | 27 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
| 28 | - browser_build: 2
|
|
| 28 | + browser_build: 3
|
|
| 29 | 29 | gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
|
| 30 | 30 | git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
|
| 31 | 31 | deps:
|
| ... | ... | @@ -82,7 +82,7 @@ buildconf: |
| 82 | 82 | |
| 83 | 83 | var:
|
| 84 | 84 | torbrowser_version: '16.0a5'
|
| 85 | - torbrowser_build: 'build1'
|
|
| 85 | + torbrowser_build: 'build2'
|
|
| 86 | 86 | # This should be the date of when the build is started. For the build
|
| 87 | 87 | # to be reproducible, browser_release_date should always be in the past.
|
| 88 | 88 | browser_release_date: '2026/03/31 17:00:00'
|