[tor-commits] [tor-browser-build/master] Bug 33845: Disable Namecoin on nightly temporarily

boklm at torproject.org boklm at torproject.org
Wed Apr 8 19:21:16 UTC 2020


commit 4b9ad6d76f322fc83b9e8fb5751b95662a0b85ce
Author: Nicolas Vigier <boklm at torproject.org>
Date:   Wed Apr 8 17:22:20 2020 +0200

    Bug 33845: Disable Namecoin on nightly temporarily
    
    Namecoin support is temporarily disabled, until
    projects/firefox/namecoin-torbutton.patch is rebased.
---
 rbm.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/rbm.conf b/rbm.conf
index a988c89..a59aacb 100644
--- a/rbm.conf
+++ b/rbm.conf
@@ -299,7 +299,8 @@ targets:
       # channels for now.
       snowflake: '[% c("var/alpha") || c("var/nightly") %]'
       # Only build Namecoin for linux on nightly
-      namecoin: '[% c("var/nightly") %]'
+      # Namecoin is temporarily disabled on nightly until #33845 is fixed.
+      namecoin: 0
       container:
         suite: wheezy
         arch: amd64



More information about the tor-commits mailing list