[tbb-commits] [tor-browser-build/master] Bug 40266: Make the list of components updates for switch to mozilla88-based Fenix

sysrqb at torproject.org sysrqb at torproject.org
Tue Apr 20 15:29:47 UTC 2021


commit 6dcdc7431e46f63f3f7265741906a0e71ad45660
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Mon Apr 5 13:46:10 2021 +0200

    Bug 40266: Make the list of components updates for switch to mozilla88-based Fenix
---
 projects/android-components/config   | 3 +++
 projects/application-services/config | 1 +
 projects/fenix/config                | 3 +++
 projects/geckoview/config            | 4 ++++
 4 files changed, 11 insertions(+)

diff --git a/projects/android-components/config b/projects/android-components/config
index 216a818..a9942e3 100644
--- a/projects/android-components/config
+++ b/projects/android-components/config
@@ -53,6 +53,9 @@ input_files:
 
 steps:
   list_toolchain_updates:
+    git_url: https://github.com/mozilla-mobile/android-components.git
+    git_hash: v74.0.6
+    tag_gpg_id: 0
     var:
       container:
         use_container: 0
diff --git a/projects/application-services/config b/projects/application-services/config
index 6a80ffc..0cf0dd2 100644
--- a/projects/application-services/config
+++ b/projects/application-services/config
@@ -84,6 +84,7 @@ input_files:
 
 steps:
   list_toolchain_updates:
+    git_hash: 'v74.0.1'
     input_files: []
     var:
       container:
diff --git a/projects/fenix/config b/projects/fenix/config
index a3e95b0..f0b7e12 100644
--- a/projects/fenix/config
+++ b/projects/fenix/config
@@ -64,6 +64,9 @@ input_files:
 
 steps:
   list_toolchain_updates:
+    git_url: https://github.com/mozilla-mobile/fenix.git
+    git_hash: v88.0.0-beta.4
+    tag_gpg_id: 0
     input_files: []
     var:
       container:
diff --git a/projects/geckoview/config b/projects/geckoview/config
index 0d90a27..c6286db 100644
--- a/projects/geckoview/config
+++ b/projects/geckoview/config
@@ -138,6 +138,10 @@ steps:
           - torbrowser-android-x86_64
 
   list_toolchain_updates:
+    git_url: https://github.com/mozilla/gecko-dev.git
+    # 88.0b8
+    git_hash: 43ab49774f70a5c70b2cd69a2b2a8bc0a3be20bf
+    tag_gpg_id: 0
     input_files: []
     var:
       container:





More information about the tbb-commits mailing list