[tbb-commits] [builders/tor-browser-build] branch main updated: Bug 41099: Update+comment the update channels in update_responses.config.yaml

gitolite role git at cupani.torproject.org
Wed Aug 17 11:56:52 UTC 2022


This is an automated email from the git hooks/post-receive script.

boklm pushed a commit to branch main
in repository builders/tor-browser-build.

The following commit(s) were added to refs/heads/main by this push:
     new 116ec5d  Bug 41099: Update+comment the update channels in update_responses.config.yaml
116ec5d is described below

commit 116ec5d9101f03f1b947457b6b92ad0eb2056708
Author: Richard Pospesel <richard at torproject.org>
AuthorDate: Wed Aug 10 18:20:49 2022 +0000

    Bug 41099: Update+comment the update channels in update_responses.config.yaml
---
 projects/release/update_responses_config.yml | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/projects/release/update_responses_config.yml b/projects/release/update_responses_config.yml
index 49e692d..0f42a09 100644
--- a/projects/release/update_responses_config.yml
+++ b/projects/release/update_responses_config.yml
@@ -20,7 +20,6 @@ build_targets:
         - WINNT_x86-gcc3-x86
         - WINNT_x86-gcc3-x64
     win64: WINNT_x86_64-gcc3-x64
-    osx32: Darwin_x86-gcc3
     osx64: Darwin_x86_64-gcc3
 channels:
     [% c('var/channel') %]: [% c("var/torbrowser_version") %]
@@ -36,18 +35,21 @@ versions:
    FOREACH v IN incr_from -%]
           - [% v %]
 [% END -%]
+        # for example, osx32: osx64
         migrate_archs:
-          osx32: osx64
+        # for example, pt-PT: pt-BR
         migrate_langs:
-            pt-PT: pt-BR
         minSupportedInstructionSet: SSE2
-        osx32:
-            minSupportedOSVersion: 13.0.0
+        # minSupportedOsVersion on macOS corresponds to the Darwin version ( https://en.wikipedia.org/wiki/Darwin_(operating_system) )
         osx64:
-            minSupportedOSVersion: 13.0.0
+            # macOS v10.12.0
+            minSupportedOSVersion: 16.0.0
+        # minSupportedOsVersion on Windows corresponds to the operating system version ( https://docs.microsoft.com/en-us/windows/win32/sysinfo/operating-system-version )
         win32:
+            # Windows 7
             minSupportedOSVersion: 6.1
         win64:
+            # Windows 7
             minSupportedOSVersion: 6.1
 mar_compression: xz
 tag: 'tbb-[% c("var/torbrowser_version") %]-[% c("var/torbrowser_build") %]'

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list