[tor-commits] [tor-browser-bundle-testsuite] 01/03: Bug 40061: Update tor-browser-build targets after tor-browser-build#40501

gitolite role git at cupani.torproject.org
Sat Jul 16 06:45:10 UTC 2022


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

boklm pushed a commit to branch master
in repository tor-browser-bundle-testsuite.

commit bdc6f734cbed7ba7cec672c6106cab55d7864dbc
Author: Nicolas Vigier <boklm at torproject.org>
AuthorDate: Fri Jul 15 01:34:02 2022 +0200

    Bug 40061: Update tor-browser-build targets after tor-browser-build#40501
---
 TBBTestSuite/TestSuite/TorBrowserBuild.pm | 27 ++++++++++++++++++---------
 1 file changed, 18 insertions(+), 9 deletions(-)

diff --git a/TBBTestSuite/TestSuite/TorBrowserBuild.pm b/TBBTestSuite/TestSuite/TorBrowserBuild.pm
index d391bac..4ccbf20 100644
--- a/TBBTestSuite/TestSuite/TorBrowserBuild.pm
+++ b/TBBTestSuite/TestSuite/TorBrowserBuild.pm
@@ -36,7 +36,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-linux-x86_64',
+                'browser-linux-x86_64',
+                'torbrowser',
             ],
             publish_dir => 'nightly-linux-x86_64',
         },
@@ -54,7 +55,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-linux-i686',
+                'browser-linux-i686',
+                'torbrowser',
             ],
             publish_dir => 'nightly-linux-i686',
         },
@@ -72,7 +74,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-windows-i686',
+                'browser-windows-i686',
+                'torbrowser',
             ],
             publish_dir => 'nightly-windows-i686',
         },
@@ -90,7 +93,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-windows-x86_64',
+                'browser-windows-x86_64',
+                'torbrowser',
             ],
             publish_dir => 'nightly-windows-x86_64',
         },
@@ -108,7 +112,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-osx-x86_64',
+                'browser-osx-x86_64',
+                'torbrowser',
             ],
             publish_dir => 'nightly-osx-x86_64',
         },
@@ -126,7 +131,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-android-armv7',
+                'browser-android-armv7',
+                'torbrowser',
             ],
             publish_dir => 'nightly-android-armv7',
         },
@@ -138,7 +144,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-android-x86',
+                'browser-android-x86',
+                'torbrowser',
             ],
             publish_dir => 'nightly-android-x86',
         },
@@ -150,7 +157,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-android-x86_64',
+                'browser-android-x86_64',
+                'torbrowser',
             ],
             publish_dir => 'nightly-android-x86_64',
         },
@@ -162,7 +170,8 @@ sub set_tests {
             targets => [
                 'noversiondir',
                 'nightly',
-                'torbrowser-android-aarch64',
+                'browser-android-aarch64',
+                'torbrowser',
             ],
             publish_dir => 'nightly-android-aarch64',
         },

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


More information about the tor-commits mailing list