[tbb-commits] [builders/tor-browser-build] 09/10: Bug 40500: Disable namecoin in base-browser

gitolite role git at cupani.torproject.org
Fri Jul 15 09:04:42 UTC 2022


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

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

commit 0e1e8cf8163e886f81486f6aed5111624263c0e4
Author: Nicolas Vigier <boklm at torproject.org>
AuthorDate: Tue Jun 14 16:51:05 2022 +0200

    Bug 40500: Disable namecoin in base-browser
---
 rbm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rbm.conf b/rbm.conf
index cb1cd9e..64d5ef4 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -431,7 +431,7 @@ targets:
       compiler: gcc
       configure_opt: '[% c("var/configure_opt_project") %]'
       # Only build Namecoin for linux on nightly
-      namecoin: '[% c("var/nightly") %]'
+      namecoin: '[% c("var/nightly") && c("var/tor-browser") %]'
       container:
         suite: jessie
         arch: amd64

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


More information about the tbb-commits mailing list