From bfb806dbaac0c97e85d4b202dbe11f9f7c7b8aa1 Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Fri, 23 Feb 2018 22:09:57 -0500 Subject: [PATCH] s/koobs-freebsd11/koobs-freebsd-current/, and temporarily disable koobs-freebsd10 --- lib/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/config.json b/lib/config.json index 7b4d0c7..3054634 100644 --- a/lib/config.json +++ b/lib/config.json @@ -34,7 +34,7 @@ { "name" : "koobs-freebsd10", "arch" : "x86_64", "jobs" : "1", "admin" : "koobs@FreeBSD.org" }, - { "name" : "koobs-freebsd11", "arch" : "x86_64", "jobs" : "1", + { "name" : "koobs-freebsd-current", "arch" : "x86_64", "jobs" : "1", "admin" : "koobs@FreeBSD.org" }, { "name" : "gdb-amd64-netbsd7", "arch" : "x86_64", "jobs" : "1", @@ -278,13 +278,13 @@ { "name" : "FreeBSD-x86_64-m64", "type" : "PlainBSD_c64t64", "builddir" : "freebsd-x86-64", "tags" : [ "freebsd", "x86_64", "index", "TEST" ], - "slavenames" : [ "koobs-freebsd10", "koobs-freebsd11" ] }, + "slavenames" : [ "koobs-freebsd-current" ] }, { "name" : "FreeBSD-x86_64-cc-with-index", "type" : "IndexBuildBSD", "builddir" : "freebsd-x86-64-cc-with-index", "tags" : [ "freebsd", "x86_64", "cc-with-index", "TEST" ], - "slavenames" : [ "koobs-freebsd10", "koobs-freebsd11" ] }, + "slavenames" : [ "koobs-freebsd-current" ] }, { "name" : "Ubuntu-AArch64-m64", "type" : "Plain_c64t64",