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

sysrqb at torproject.org sysrqb at torproject.org
Thu May 6 03:59:31 UTC 2021


commit 55478c86e335f1716f9506ec7c17b1eeb9e38e47
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 c9c5d55..ce9eafd 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 a72fff4..9336d9e 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 d186c8b..84d212d 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 tor-commits mailing list