From owner-cvs-ports@FreeBSD.ORG Tue Jun 3 13:24:58 2008 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B43F01065674; Tue, 3 Jun 2008 13:24:58 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6248FC31; Tue, 3 Jun 2008 13:24:58 +0000 (UTC) (envelope-from itetcu@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m53DOwGB055136; Tue, 3 Jun 2008 13:24:58 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m53DOwcN055135; Tue, 3 Jun 2008 13:24:58 GMT (envelope-from itetcu) Message-Id: <200806031324.m53DOwcN055135@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Tue, 3 Jun 2008 13:24:58 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/ports-mgmt/tinderbox Makefile distinfo pkg-plist ports/ports-mgmt/tinderbox/files patch-buildscript patch-www-exp__core__TinderboxDS.php patch-www-exp__module__moduleBuildPorts.php pkg-message.in X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Jun 2008 13:24:58 -0000 itetcu 2008-06-03 13:24:58 UTC FreeBSD ports repository Modified files: ports-mgmt/tinderbox Makefile distinfo pkg-plist ports-mgmt/tinderbox/files pkg-message.in Added files: ports-mgmt/tinderbox/files patch-buildscript patch-www-exp__core__TinderboxDS.php patch-www-exp__module__moduleBuildPorts.php Log: Update to 2.4.3. If all goes well, this will be the last 2.x release before a 3.0 major release. The 2.4.3 release is primarily aimed at fixing bugs, but a few small features have been added: * Treat the -u argument to sendBuildCompletionMail as a username rather than an arbitrary database ID. Also, do better error checking in case a user has not been defined in the datastore. * Add -b support to the listBuildPortsQueue command. * Add a new tc command, getPortLastBuiltStatus to get a port's last status. * Properly quote the UPDATE_CMD argument in the *PortsTreeUpdate hooks. * Add a new tbkill.sh tool to terminate a running tinderbuild. * Add a new tinderbuild option, -norebuild, which will prevent tinderbuild from forcing a rebuild of any packages specified on the command line. * Add the build platform and release level to the logs. * Add support for listing total ports per Build in the www-exp frontend. * Some other minor bugs have been fixed. Plus 3 local (port) patches: * in "Current and Latest Builds" (?action=latest_buildports) increase the number of ports displayed from 20 to 30 * in ports built for a build view (?action=list_buildports&build=something) when sorting is done by Last Build Attempt sort descending (latest build first). * in build logs, add: [1] - building for: (ie: "6.3-STABLE amd64") - Makefile ident: (ie: "$FreeBSD: ports/ports-mgmt/tinderbox/Makefile,v 1.41 2008/05/19 20:00:16 itetcu Exp $") - prefixes: (ie: "LOCALBASE=usr/local X11BASE=usr/local") - NO* env vars: (ie: "NOPORTDOCS=yes NOPORTEXAMPLES=yes NOPORTDATA=yes") This release would not have been possible without the contributions of Alexander Loginov, miwi, Chess Griffin, itetcu, Dmitriy Kirhlarov, Robert Gogolok, and ade. - Fix a few typos in pkg-message. [2] PR: ports/123957 [2] Submited by: Wen heping [2], idea from miwi@'s patch for HEAD [1] Revision Changes Path 1.42 +5 -3 ports/ports-mgmt/tinderbox/Makefile 1.16 +3 -3 ports/ports-mgmt/tinderbox/distinfo 1.1 +27 -0 ports/ports-mgmt/tinderbox/files/patch-buildscript (new) 1.1 +14 -0 ports/ports-mgmt/tinderbox/files/patch-www-exp__core__TinderboxDS.php (new) 1.1 +11 -0 ports/ports-mgmt/tinderbox/files/patch-www-exp__module__moduleBuildPorts.php (new) 1.11 +7 -5 ports/ports-mgmt/tinderbox/files/pkg-message.in 1.15 +1 -0 ports/ports-mgmt/tinderbox/pkg-plist