From 1b577ff136e25a0ee0d9dd4bd67ac45bb4398854 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Thu, 8 Mar 2018 12:45:49 -0500 Subject: [PATCH] Enable e-mail notifications for NetBSD builder --- lib/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.json b/lib/config.json index a1c0e60..6ab4ba6 100644 --- a/lib/config.json +++ b/lib/config.json @@ -271,7 +271,7 @@ { "name" : "NetBSD-x86_64-m64", "type" : "PlainNetBSD_c64", "builddir" : "netbsd-x86_64", - "tags" : [ "netbsd", "x86_64", "m64", "TEST" ], + "tags" : [ "netbsd", "x86_64", "m64", "MAIL" ], "slavenames" : [ "gdb-amd64-netbsd7" ] },