From owner-cvs-all@FreeBSD.ORG Wed Sep 3 12:29:01 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 A7DD41065700; Wed, 3 Sep 2008 12:29:01 +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 8EEC18FC13; Wed, 3 Sep 2008 12:29:01 +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 m83CT115012968; Wed, 3 Sep 2008 12:29:01 GMT (envelope-from itetcu@repoman.freebsd.org) Received: (from itetcu@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m83CT1DR012967; Wed, 3 Sep 2008 12:29:01 GMT (envelope-from itetcu) Message-Id: <200809031229.m83CT1DR012967@repoman.freebsd.org> From: Ion-Mihai Tetcu Date: Wed, 3 Sep 2008 12:29:01 +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-descr pkg-plist ports/ports-mgmt/tinderbox/files extra-patch-www-exp__core__TinderboxDS.php extra-patch-www-exp__module__moduleBuildPorts.php patch-buildscript patch-portbuild pkg-message.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Sep 2008 12:29:01 -0000 itetcu 2008-09-03 12:29:01 UTC FreeBSD ports repository Modified files: ports-mgmt/tinderbox Makefile distinfo pkg-descr pkg-plist ports-mgmt/tinderbox/files pkg-message.in Removed files: ports-mgmt/tinderbox/files extra-patch-www-exp__core__TinderboxDS.php extra-patch-www-exp__module__moduleBuildPorts.php patch-buildscript patch-portbuild Log: This is tinderbox 3.0.0 release with patches (see bellow). Changes in 3.0 include: * The www-exp module has been renamed webui, and a new web frontend has been added called paefchen. * All Tinderbox commands with the exception of tinderd are now performed using the tc utility. * The Hosts system has been removed as it was not really used, and not really suited to the purpose of distributed builds. The ground work has been laid to support distributed builds, but that is not present in 3.0. * A DISTFILE_URI config directive has been introduced to allow for distributed distfile caches. * The latest port fail reasons and patterns have been synced from pointyhat. * The total size taken by a port build (in KB) is now tracked in the database. This can be obtained using the command ``tc getPortTotalSize -d DIRECTORY -b BUILD''. * Port build logs now contain OPTIONS and environment details. * The ``tc addPort'' command assumes a recursive add by default. This can be disabled by passing the -R argument. * Port dependencies are now recorded in the database when ``tc addPort'' is called without -R. The dependency list can be retrieved with ``tc getDependenciesForPort -d DIRECTORY -b BUILD''. * The ``tc tbcleanup'' command now supports pruning stale distfiles, stale packages, and not pruning old error logs. See the README for command line details. * The default update type and update host are configurable at Setup and Upgrade time. The default update type has been changed from CVSUP to CSUP. * The last_fail_reason is now exported to the postPortBuild Hook. * Fix the build time display if a tinderbuild takes longer than 24 hours. * Add a new command, ``tc rescanPorts'' which updates the properties of all ports in the datastore (including dependencies). * Display the remake count in the webui frontends. * Hack around a potential perl-related leftover false positive. * A new -O option has been added to addPort/rescanPorts which enables OPTIONS, but does not run rmconfig before calling config. This way, existing OPTIONS can be preserved. The default behavior is to call rmconfig to maintain POLA. * The webui index page has been enhanced to make it more readable, and more powerful. * The number of ports not built due to dependency failures has been added to the webui's main page. * tc processLog -v now prints the matching text to aid with false positive identification. PLUS: * In webui: - Change tinderd queue view. Field for adding new ports is the first now. - Show target port of current build. - miwi's RSS module - an other patch from miwi for inc_tinderbox.php.dist which should make setting-up the webui easier on non-standard configurations. * Bug-fix: Add o and O to the list of valid options for addPort. Revision Changes Path 1.46 +15 -57 ports/ports-mgmt/tinderbox/Makefile 1.19 +3 -9 ports/ports-mgmt/tinderbox/distinfo 1.2 +0 -14 ports/ports-mgmt/tinderbox/files/extra-patch-www-exp__core__TinderboxDS.php (dead) 1.2 +0 -11 ports/ports-mgmt/tinderbox/files/extra-patch-www-exp__module__moduleBuildPorts.php (dead) 1.2 +0 -27 ports/ports-mgmt/tinderbox/files/patch-buildscript (dead) 1.4 +0 -10 ports/ports-mgmt/tinderbox/files/patch-portbuild (dead) 1.12 +2 -105 ports/ports-mgmt/tinderbox/files/pkg-message.in 1.3 +1 -1 ports/ports-mgmt/tinderbox/pkg-descr 1.16 +114 -139 ports/ports-mgmt/tinderbox/pkg-plist