From owner-cvs-all@FreeBSD.ORG Wed Nov 12 15:58:29 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 689011065677; Wed, 12 Nov 2008 15:58:29 +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 5D4608FC0C; Wed, 12 Nov 2008 15:58:29 +0000 (UTC) (envelope-from itetcu@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 mACFwTjo038589; Wed, 12 Nov 2008 15:58:29 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id mACFwTB0038588; Wed, 12 Nov 2008 15:58:29 GMT (envelope-from itetcu) Message-Id: <200811121558.mACFwTB0038588@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 12 Nov 2008 15:58:29 +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 extra-patch-webui__core__TinderboxDS.php extra-patch-webui__module__moduleBuildPorts.php patch-lib__Tinderbox__TinderboxDS.pm patch-lib__tc_command.pl patch-sql__genschema patch-sql__schema.pgsql.pre pkg-message.in 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: Wed, 12 Nov 2008 15:58:29 -0000 itetcu 2008-11-12 15:58:29 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 extra-patch-webui__core__TinderboxDS.php extra-patch-webui__module__moduleBuildPorts.php Removed files: ports-mgmt/tinderbox/files patch-lib__Tinderbox__TinderboxDS.pm patch-lib__tc_command.pl patch-sql__genschema patch-sql__schema.pgsql.pre Log: Update to 3.1.1 - Bug fix and feature release. This release brings many bug fixes and some new features, particularly with the webui frontend: * The tinderd.sh rc.d script has been renamed tinderd, and modernized. See the README for more details. * A tinderd_debug option has been added to the tinderd rc.d script to control whether or not to write output to /dev/null. * Add a new tinderd config option, TINDERD_LOGFILE. When this is set, all tinderbuild output from a tinderd cycle will be appended to this logfile. By default, the logfile is /dev/null. * Reintroduce user permissions functionality in the webui from 2.x. * Add RSS support for the latest_buildports view (webui). * Add buttons to tinderd queue view to remove all or all built entries from the queue (webui). * Automatically set rootdir and wwwrooturi variable (webui). * Show target port of current build (webui). * Fix a slew of Postgres upgrade and install bugs. Note: not all upgrade bugs have been fixed. The schema changes in 3.1 may need to be applied manually to Postgres databases. * Fix a case where a failed build could lead to false-positive leftovers. * Fix a regression where the wrong module name was used. This broke tinderd configuration. * Prevent dereferencing a null value in the Build Ports Queue code when a port is no longer associated to a Build. * Fix rescanPorts' command line arguments, and allow it to be invoked as a shell command. * Use the installed Jail's /usr/share/mk directory when doing a make distribution. This fixes a Jail build of 7.X on recent -CURRENT. * Add -k to the conig-recursive command so that it doesn't die if one chooses to skip a port. * Don't make it fatal if the rm of the directory fails in cleanDir. This may very well fail if the target is a mount point. * Some setup steps in the README have been clarified. !!!NOTE!!!This release includes a schema change, so be sure to run the following before using 3.1: ./tc Upgrade The contributors to this release are Beat Gätzi, Ion-Mihai Tetcu, Aron Schlesinger, Alexander Logvinov, Wesley Shields, Martin Wilke, and Boris Samorodov. Local patches: - install a favicon for the webui - show last 30 ports per page in "Current and Latest Builds" page (webui) - when sorting by "Last Build Attempt" in list build page sort descending -- latest built first (webui) PR: ports/128785 (based on) Submitted by: bsam@ Revision Changes Path 1.49 +17 -12 ports/ports-mgmt/tinderbox/Makefile 1.20 +6 -3 ports/ports-mgmt/tinderbox/distinfo 1.1 +13 -0 ports/ports-mgmt/tinderbox/files/extra-patch-webui__core__TinderboxDS.php (new) 1.1 +11 -0 ports/ports-mgmt/tinderbox/files/extra-patch-webui__module__moduleBuildPorts.php (new) 1.2 +0 -33 ports/ports-mgmt/tinderbox/files/patch-lib__Tinderbox__TinderboxDS.pm (dead) 1.2 +0 -20 ports/ports-mgmt/tinderbox/files/patch-lib__tc_command.pl (dead) 1.2 +0 -19 ports/ports-mgmt/tinderbox/files/patch-sql__genschema (dead) 1.2 +0 -20 ports/ports-mgmt/tinderbox/files/patch-sql__schema.pgsql.pre (dead) 1.13 +2 -2 ports/ports-mgmt/tinderbox/files/pkg-message.in 1.19 +4 -2 ports/ports-mgmt/tinderbox/pkg-plist