Date: Mon, 11 May 2009 06:19:40 +0000 (UTC) From: Ion-Mihai Tetcu <itetcu@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/ports-mgmt/tinderbox-devel Makefile ports/ports-mgmt/tinderbox-devel/files patch-lib__buildscript patch-lib__tc_command.pl patch-lib__tc_command.sh patch-sql__values.pfp patch-webui__core__TinderboxDS.php patch-webui__inc_tinderbox.php.dist patch-webui__index.php patch-webui__module__moduleBuildPorts.php patch-webui__module__modulePorts.php ... Message-ID: <200905110619.n4B6Jen4015235@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
itetcu 2009-05-11 06:19:40 UTC FreeBSD ports repository Modified files: ports-mgmt/tinderbox-devel Makefile ports-mgmt/tinderbox-devel/files patch-lib__tc_command.pl patch-lib__tc_command.sh patch-sql__values.pfp patch-webui__core__TinderboxDS.php patch-webui__templates__paefchen__list_tinderd_queue.tpl Added files: ports-mgmt/tinderbox-devel/files patch-lib__buildscript patch-webui__inc_tinderbox.php.dist patch-webui__index.php patch-webui__module__moduleBuildPorts.php patch-webui__module__modulePorts.php patch-webui__module__moduleRss.php patch-webui__templates__default__failed_buildports.tpl patch-webui__templates__default__latest_buildports.tpl patch-webui__templates__default__list_buildports.tpl patch-webui__templates__default__list_builds.tpl patch-webui__templates__default__list_tinderd_queue.tpl patch-webui__templates__paefchen__display_markup_log.tpl patch-webui__templates__paefchen__failed_buildports.tpl patch-webui__templates__paefchen__footer.inc.tpl patch-webui__templates__paefchen__header.inc.tpl patch-webui__templates__paefchen__latest_buildports.tpl patch-webui__templates__paefchen__list_buildports.tpl patch-webui__templates__paefchen__list_builds.tpl Log: Bring more fixes, optimizations and changes from CVS (PORTREVISION bumped): - Add a disclaimer to the addJail usage line so that users know to use createJail instead. - Trim leading and trailing spaces from the descriptions for Jails, Builds, and PortsTrees. - Add /proc to the list of ignored paths. This fixes a race condition which can occur when multiple builds are run in parallel. - Run the postPortsTreeUpdate and postJailUpdate Hooks while the file systems are still mounted. This has the side effect of running the hooks when an update fails. - Die if the postPortsTreeUpdate Hook fails. - Die if a port could not be added to the BuildPortsQueue. Webui: - Save some screen space by reducing space between top menu and content. - Add link to RSS feed to the latest_buildports view. - Generate RSS feeds per maintainer and add drop down menu for feeds to homepage. - Make headers of columns on buildport pages clickable to sort the table. - Rename All really Build Failures to All Failures. - Add link to All Build Failures and All Failures on latest_buildports page. - To limit the number of shown ports per page a new variable list_limit_nr could be set in inc_tinderbox.php. This limitation is disabled by default. Revision Changes Path 1.63 +1 -1 ports/ports-mgmt/tinderbox-devel/Makefile 1.1 +28 -0 ports/ports-mgmt/tinderbox-devel/files/patch-lib__buildscript (new) 1.5 +93 -5 ports/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.pl 1.5 +82 -4 ports/ports-mgmt/tinderbox-devel/files/patch-lib__tc_command.sh 1.2 +54 -26 ports/ports-mgmt/tinderbox-devel/files/patch-sql__values.pfp 1.3 +88 -3 ports/ports-mgmt/tinderbox-devel/files/patch-webui__core__TinderboxDS.php 1.1 +13 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__inc_tinderbox.php.dist (new) 1.1 +107 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__index.php (new) 1.1 +139 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__module__moduleBuildPorts.php (new) 1.1 +30 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__module__modulePorts.php (new) 1.1 +19 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__module__moduleRss.php (new) 1.1 +74 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__failed_buildports.tpl (new) 1.1 +38 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__latest_buildports.tpl (new) 1.1 +26 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__list_buildports.tpl (new) 1.1 +47 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__list_builds.tpl (new) 1.1 +22 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__default__list_tinderd_queue.tpl (new) 1.1 +11 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__display_markup_log.tpl (new) 1.1 +65 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__failed_buildports.tpl (new) 1.1 +23 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__footer.inc.tpl (new) 1.1 +22 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__header.inc.tpl (new) 1.1 +29 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__latest_buildports.tpl (new) 1.1 +32 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__list_buildports.tpl (new) 1.1 +89 -0 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__list_builds.tpl (new) 1.2 +8 -5 ports/ports-mgmt/tinderbox-devel/files/patch-webui__templates__paefchen__list_tinderd_queue.tpl
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905110619.n4B6Jen4015235>