commit bbdca0c73825c5d0920f5cd2a57739305f661e5a Author: Nicolas Vigier boklm@torproject.org Date: Wed Jan 19 16:36:20 2022 +0100
Bug 40417: Make the list of components updates for switch to mozilla96-based Fenix --- projects/android-components/config | 2 +- projects/android-components/list_toolchain_updates_checks | 2 +- projects/application-services/config | 2 +- projects/fenix/config | 2 +- projects/fenix/list_toolchain_updates_checks | 2 +- projects/geckoview/config | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/projects/android-components/config b/projects/android-components/config index 47928c2..2cbe421 100644 --- a/projects/android-components/config +++ b/projects/android-components/config @@ -58,7 +58,7 @@ input_files: steps: list_toolchain_updates: git_url: https://github.com/mozilla-mobile/android-components.git - git_hash: releases/95.0 + git_hash: releases/96.0 #tag_gpg_id: 0 var: container: diff --git a/projects/android-components/list_toolchain_updates_checks b/projects/android-components/list_toolchain_updates_checks index 38ae707..d1ab7ba 100644 --- a/projects/android-components/list_toolchain_updates_checks +++ b/projects/android-components/list_toolchain_updates_checks @@ -8,7 +8,7 @@ if (m/compileSdkVersion:\s+(.*)$/) { } EOF needed=$(cat .config.yml | perl -ne "$p") -current=30 +current=31 check_update_needed compileSdkVersion "$needed" "$current"
diff --git a/projects/application-services/config b/projects/application-services/config index 5914ff5..0dcd74f 100644 --- a/projects/application-services/config +++ b/projects/application-services/config @@ -100,7 +100,7 @@ input_files:
steps: list_toolchain_updates: - git_hash: 'v86.0.1' + git_hash: 'v86.2.2' input_files: [] var: container: diff --git a/projects/fenix/config b/projects/fenix/config index 6f016b8..4258b90 100644 --- a/projects/fenix/config +++ b/projects/fenix/config @@ -59,7 +59,7 @@ input_files: steps: list_toolchain_updates: git_url: https://github.com/mozilla-mobile/fenix.git - git_hash: releases_v95.0.0 + git_hash: releases_v96.0.0 #tag_gpg_id: 0 input_files: [] var: diff --git a/projects/fenix/list_toolchain_updates_checks b/projects/fenix/list_toolchain_updates_checks index 50e8a92..bf4e767 100644 --- a/projects/fenix/list_toolchain_updates_checks +++ b/projects/fenix/list_toolchain_updates_checks @@ -32,7 +32,7 @@ if (m/const\s+val\s+compileSdkVersion\s+=\s+([^"]+)/) { } EOF needed=$(cat buildSrc/src/main/java/Config.kt | perl -ne "$p") -current=30 +current=31 check_update_needed compileSdkVersion "$needed" "$current"
diff --git a/projects/geckoview/config b/projects/geckoview/config index 48ae2a0..4911f81 100644 --- a/projects/geckoview/config +++ b/projects/geckoview/config @@ -135,7 +135,7 @@ steps:
list_toolchain_updates: git_url: https://github.com/mozilla/gecko-dev.git - git_hash: beta + git_hash: release tag_gpg_id: 0 input_files: [] var: