From 3065733941369ccb62fd1250e72fc5e1938cfa7f Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 10 Jun 2016 14:31:02 -0400 Subject: [PATCH] Disabling (temporarily?) email notifications for RHEL-7.1-s390x and AIX --- lib/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/config.json b/lib/config.json index 13e8fbb..37f9c01 100644 --- a/lib/config.json +++ b/lib/config.json @@ -238,7 +238,7 @@ { "name" : "AIX-POWER7-plain", "type" : "PlainAIX", "builddir" : "aix-power7-plain", - "tags" : [ "aix", "power7", "MAIL" ], + "tags" : [ "aix", "power7" ], "slavenames" : [ "aix-power7-1" ], "PATH" : "/opt/freeware/bin:/usr/bin:/etc:/usr/sbin:/usr/ucb:/home/sergiodj/bin:/usr/bin/X11:/sbin:." }, @@ -246,7 +246,7 @@ { "name" : "RHEL-s390x-m64", "type" : "Plain_c64t64", "builddir" : "rhel-s390x", - "tags" : [ "rhel", "s390x", "m64", "MAIL" ], + "tags" : [ "rhel", "s390x", "m64" ], "slavenames" : [ "rhel-7.1-s390x-1" ] }, { "name" : "NetBSD-x86_64-m64",