Skip to content
Snippets Groups Projects
Verified Commit 48d9876b authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

Bug 40738: Update Android git hashes templates

!612 renamed the main git_hash, but did not update the git_hash of
nightlies. This commit fixes this error.
parent 4e52d507
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ var:
gradle_dependencies_version: 37
gradle_version: 7.0.2
glean_parser: 5.0.1
git_branch: '[% project %]-[% c("var/android_components_version") %]-[% c("var/torbrowser_branch") %]-1'
git_branch: '[% project %]-[% c("var/android_components_version") %]-[% c("var/browser_branch") %]'
targets:
nightly:
......
......@@ -15,7 +15,7 @@ var:
fenix_version: 102.2.1
browser_branch: 12.5-1
fenix_build: 1
git_branch: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/torbrowser_branch") %]-1'
git_branch: 'tor-browser-[% c("var/fenix_version") %]-[% c("var/browser_branch") %]'
copyright_year: '[% exec("git show -s --format=%ci").remove("-.*") %]'
# This should be updated when the list of gradle dependencies is changed.
gradle_dependencies_version: 37
......
......@@ -150,7 +150,7 @@ steps:
targets:
nightly:
git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/torbrowser_branch") %]-1'
git_hash: 'tor-browser-[% c("var/geckoview_version") %]-[% c("var/browser_branch") %]'
tag_gpg_id: 0
input_files:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment