ma1 pushed to branch maint-14.5 at The Tor Project / Applications / tor-browser-build
Commits:
- 
54139148
by hackademix at 2025-05-27T00:14:09+02:00
3 changed files:
Changes:
| ... | ... | @@ -21,7 +21,7 @@ var: | 
| 21 | 21 |    browser_series: '14.5'
 | 
| 22 | 22 |    browser_rebase: 1
 | 
| 23 | 23 |    browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
 | 
| 24 | -  browser_build: 2
 | |
| 24 | +  browser_build: 3
 | |
| 25 | 25 |    copyright_year: '[% exec("git show -s --format=%ci " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
 | 
| 26 | 26 |    nightly_updates_publish_dir: '[% c("var/nightly_updates_publish_dir_prefix") %]nightly-[% c("var/osname") %]'
 | 
| 27 | 27 |    gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
 | 
| ... | ... | @@ -23,7 +23,7 @@ var: | 
| 23 | 23 |    browser_series: '14.5'
 | 
| 24 | 24 |    browser_rebase: 1
 | 
| 25 | 25 |    browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
 | 
| 26 | -  browser_build: 2
 | |
| 26 | +  browser_build: 3
 | |
| 27 | 27 |    gitlab_project: https://gitlab.torproject.org/tpo/applications/tor-browser
 | 
| 28 | 28 |    git_commit: '[% exec("git rev-parse " _ c("git_hash") _ "^{commit}", { exec_noco => 1 }) %]'
 | 
| 29 | 29 |    deps:
 | 
| ... | ... | @@ -74,7 +74,7 @@ buildconf: | 
| 74 | 74 | |
| 75 | 75 |  var:
 | 
| 76 | 76 |    torbrowser_version: '14.5.3'
 | 
| 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/05/26 20:25:32'
 |