From owner-cvs-projects@FreeBSD.ORG Sun Aug 22 12:12:51 2010 Return-Path: Delivered-To: cvs-projects@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A370106566B; Sun, 22 Aug 2010 12:12:51 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 10E198FC0A; Sun, 22 Aug 2010 12:12:51 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o7MCCoxr096015; Sun, 22 Aug 2010 12:12:50 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o7MCCoE0096014; Sun, 22 Aug 2010 12:12:50 GMT (envelope-from des) Message-Id: <201008221212.o7MCCoE0096014@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sun, 22 Aug 2010 12:12:50 +0000 (UTC) To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: projects/tinderbox tinderbox.pl X-BeenThere: cvs-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the projects tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 12:12:51 -0000 des 2010-08-22 12:12:50 UTC FreeBSD projects repository Modified files: tinderbox tinderbox.pl Log: Before building a kernel, look for the machine declaration in the config, and if one is found that does not match the current machine and arch, skip to the next kernel. Revision Changes Path 1.69 +20 -1 projects/tinderbox/tinderbox.pl