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 ffecc7969ad3f2ff50fcb5b422dada726738746c Author: Nicolas Vigier boklm@torproject.org AuthorDate: Fri Jul 15 11:58:02 2022 +0200
Bug 40062: Use tor-browser-build.git main branch --- TBBTestSuite/TestSuite/TorBrowserBuild.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TBBTestSuite/TestSuite/TorBrowserBuild.pm b/TBBTestSuite/TestSuite/TorBrowserBuild.pm index 4ccbf20..bb0033c 100644 --- a/TBBTestSuite/TestSuite/TorBrowserBuild.pm +++ b/TBBTestSuite/TestSuite/TorBrowserBuild.pm @@ -204,7 +204,7 @@ sub pre_tests { git_url => 'https://git.torproject.org/builders/tor-browser-build.git', }); $gr->clone_fetch; - $gr->cmd('git', 'checkout', 'master'); + $gr->cmd('git', 'checkout', 'main'); chdir $gr->clone_dir(); copy($tbbinfos->{rbm_local_conf}, $gr->clone_dir() . '/rbm.local.conf') if $tbbinfos->{rbm_local_conf};