morgan pushed to branch main at The Tor Project / Applications / tor-browser-build
Commits:
-
c4bccf6a
by Morgan at 2024-12-19T15:30:24+00:00
2 changed files:
Changes:
... | ... | @@ -17,9 +17,9 @@ var: |
17 | 17 | firefox_platform_version: '128.5.0'
|
18 | 18 | firefox_version: '[% c("var/firefox_platform_version") %]esr'
|
19 | 19 | browser_series: '14.5'
|
20 | - browser_rebase: 1
|
|
20 | + browser_rebase: 2
|
|
21 | 21 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
22 | - browser_build: 3
|
|
22 | + browser_build: 1
|
|
23 | 23 | branding_directory_prefix: 'tb'
|
24 | 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") %]'
|
... | ... | @@ -19,9 +19,9 @@ var: |
19 | 19 | firefox_platform_version: '128.5.0'
|
20 | 20 | geckoview_version: '[% c("var/firefox_platform_version") %]esr'
|
21 | 21 | browser_series: '14.5'
|
22 | - browser_rebase: 1
|
|
22 | + browser_rebase: 2
|
|
23 | 23 | browser_branch: '[% c("var/browser_series") %]-[% c("var/browser_rebase") %]'
|
24 | - browser_build: 3
|
|
24 | + browser_build: 1
|
|
25 | 25 | copyright_year: '[% exec("git show -s --format=%ci" _ c("git_hash") _ "^{commit}", { exec_noco => 1 }).remove("-.*") %]'
|
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 }) %]'
|