From owner-cvs-all@FreeBSD.ORG Sat Nov 22 03:26:45 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 165C1106564A; Sat, 22 Nov 2008 03:26:45 +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 EE1DF8FC08; Sat, 22 Nov 2008 03:26:44 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id mAM3Qi3T041871; Sat, 22 Nov 2008 03:26:44 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mAM3Qigc041870; Sat, 22 Nov 2008 03:26:44 GMT (envelope-from des) Message-Id: <200811220326.mAM3Qigc041870@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Sat, 22 Nov 2008 03:26:44 +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 tbmaster.1 tbmaster.pl tinderbox.1 tinderbox.pl X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2008 03:26:45 -0000 des 2008-11-22 03:26:44 UTC FreeBSD projects repository Modified files: tinderbox tbmaster.1 tbmaster.pl tinderbox.1 tinderbox.pl Log: Add support for specifying the source and object directories directly, which makes it easy to run the tinderbox on a pre-existing source tree, e.g. for pre-commit testing of a patch. Make the path abbreviation feature optional, and turn it off by default. Bump versions; tbmaster skips one to keep up with tinderbox. Revision Changes Path 1.27 +27 -1 projects/tinderbox/tbmaster.1 1.74 +16 -2 projects/tinderbox/tbmaster.pl 1.22 +20 -0 projects/tinderbox/tinderbox.1 1.67 +45 -23 projects/tinderbox/tinderbox.pl