2008-09-07 09:41:41 +02:00
|
|
|
etc/rc.d/tinderbox
|
2013-10-27 19:19:13 +01:00
|
|
|
man/man1/tc-configCcache.1.gz
|
|
|
|
man/man1/tc-configDistfile.1.gz
|
|
|
|
man/man1/tc-configGet.1.gz
|
|
|
|
man/man1/tc-configJail.1.gz
|
|
|
|
man/man1/tc-configTinderd.1.gz
|
|
|
|
man/man1/tc-init.1.gz
|
|
|
|
tinderbox/scripts/.version
|
2006-02-11 02:26:22 +01:00
|
|
|
tinderbox/scripts/README
|
2011-10-30 07:28:11 +01:00
|
|
|
tinderbox/scripts/contrib/hooks/compress_wrkdir/README.txt
|
|
|
|
tinderbox/scripts/contrib/hooks/compress_wrkdir/compress_wrkdir.sh
|
2013-03-04 06:12:53 +01:00
|
|
|
tinderbox/scripts/contrib/hooks/create-pkgng-repo/README.txt
|
|
|
|
tinderbox/scripts/contrib/hooks/create-pkgng-repo/create-pkgng-repo.sh
|
2009-12-05 00:07:44 +01:00
|
|
|
tinderbox/scripts/contrib/hooks/kse-fix/README.txt
|
|
|
|
tinderbox/scripts/contrib/hooks/kse-fix/kse-fix.sh
|
2011-10-30 07:28:11 +01:00
|
|
|
tinderbox/scripts/contrib/hooks/kse-fix/libmap.conf
|
|
|
|
tinderbox/scripts/contrib/hooks/make-jobs-safe/README.txt
|
|
|
|
tinderbox/scripts/contrib/hooks/make-jobs-safe/make-jobs-safe.sh
|
2013-03-04 06:12:53 +01:00
|
|
|
tinderbox/scripts/contrib/hooks/mass-build-pgsql/README.txt
|
2013-10-27 19:19:13 +01:00
|
|
|
tinderbox/scripts/contrib/hooks/mass-build-pgsql/mass-build-pgsql.sh
|
2011-10-30 07:28:11 +01:00
|
|
|
tinderbox/scripts/ds.ph.dist
|
2008-09-03 14:29:01 +02:00
|
|
|
tinderbox/scripts/etc/env/.keep_me
|
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@
2008-11-12 16:58:29 +01:00
|
|
|
tinderbox/scripts/etc/rc.d/tinderd
|
2008-09-03 14:29:01 +02:00
|
|
|
tinderbox/scripts/lib/Tinderbox/Build.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/BuildPortsQueue.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/Config.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/Hook.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/Jail.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/MakeCache.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/Port.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/PortFailPattern.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/PortFailReason.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/PortsTree.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/TinderObject.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/TinderboxDS.pm
|
|
|
|
tinderbox/scripts/lib/Tinderbox/User.pm
|
|
|
|
tinderbox/scripts/lib/buildscript
|
|
|
|
tinderbox/scripts/lib/db-mysql.sh
|
|
|
|
tinderbox/scripts/lib/db-pgsql.sh
|
2013-03-04 06:12:53 +01:00
|
|
|
tinderbox/scripts/lib/db-sqlite.sh
|
2006-02-11 02:26:22 +01:00
|
|
|
tinderbox/scripts/lib/enterbuild
|
2008-09-03 14:29:01 +02:00
|
|
|
tinderbox/scripts/lib/makemake
|
|
|
|
tinderbox/scripts/lib/pnohang.c
|
|
|
|
tinderbox/scripts/lib/portbuild
|
|
|
|
tinderbox/scripts/lib/tc_command.pl
|
|
|
|
tinderbox/scripts/lib/tc_command.sh
|
|
|
|
tinderbox/scripts/lib/tinderbox.env
|
2006-02-11 02:26:22 +01:00
|
|
|
tinderbox/scripts/lib/tinderlib.pl
|
2008-09-03 14:29:01 +02:00
|
|
|
tinderbox/scripts/lib/tinderlib.sh
|
|
|
|
tinderbox/scripts/sql/genschema
|
|
|
|
tinderbox/scripts/sql/schema.mysql.post
|
|
|
|
tinderbox/scripts/sql/schema.mysql.pre
|
|
|
|
tinderbox/scripts/sql/schema.pgsql.post
|
|
|
|
tinderbox/scripts/sql/schema.pgsql.pre
|
2013-03-04 06:12:53 +01:00
|
|
|
tinderbox/scripts/sql/schema.sqlite.post
|
|
|
|
tinderbox/scripts/sql/schema.sqlite.pre
|
2008-09-03 14:29:01 +02:00
|
|
|
tinderbox/scripts/sql/values.config
|
|
|
|
tinderbox/scripts/sql/values.hooks
|
2008-12-27 21:29:35 +01:00
|
|
|
tinderbox/scripts/sql/values.lp
|
2008-09-03 14:29:01 +02:00
|
|
|
tinderbox/scripts/sql/values.pfp
|
|
|
|
tinderbox/scripts/sql/values.pfr
|
2006-02-11 02:26:22 +01:00
|
|
|
tinderbox/scripts/tc
|
|
|
|
tinderbox/scripts/tinderbox.ph.dist
|
|
|
|
tinderbox/scripts/tinderd
|
2008-09-03 14:29:01 +02:00
|
|
|
tinderbox/scripts/upgrade/build_ports.map
|
|
|
|
tinderbox/scripts/upgrade/build_ports_queue.map
|
|
|
|
tinderbox/scripts/upgrade/builds.map
|
|
|
|
tinderbox/scripts/upgrade/config.map
|
|
|
|
tinderbox/scripts/upgrade/hooks.map
|
|
|
|
tinderbox/scripts/upgrade/jails.map
|
2013-03-04 06:12:53 +01:00
|
|
|
tinderbox/scripts/upgrade/mig_mysql_tinderbox-3.3_to_4.0.0.sql
|
2014-08-26 19:15:18 +02:00
|
|
|
tinderbox/scripts/upgrade/mig_mysql_tinderbox-4.0.0_to_4.0.1.sql
|
2013-10-27 19:19:13 +01:00
|
|
|
tinderbox/scripts/upgrade/mig_pgsql_tinderbox-3.3_to_4.0.0.sql
|
2014-08-26 19:15:18 +02:00
|
|
|
tinderbox/scripts/upgrade/mig_pgsql_tinderbox-4.0.0_to_4.0.1.sql
|
|
|
|
tinderbox/scripts/upgrade/mig_sqlite_tinderbox-4.0.0_to_4.0.1.sql
|
2013-03-04 06:12:53 +01:00
|
|
|
tinderbox/scripts/upgrade/order.lst
|
2013-10-27 19:19:13 +01:00
|
|
|
tinderbox/scripts/upgrade/user_permissions.map
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/Build.php
|
2011-10-30 07:28:11 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/BuildGroups.php
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/BuildPortsQueue.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/Config.php
|
2011-10-30 07:28:11 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/Hooks.php
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/Jail.php
|
2008-12-27 21:29:35 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/LogfilePattern.php
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/Port.php
|
2008-12-27 21:29:35 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/PortFailPattern.php
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/PortFailReason.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/PortsTree.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/TinderObject.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/TinderboxDS.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/User.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/core/functions.php
|
2011-10-30 07:28:11 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/favicon.ico
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/inc_ds.php.dist
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/inc_tinderbox.php.dist
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/index.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/module.php
|
2011-10-30 07:28:11 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleBuildGroups.php
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleBuildPorts.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleBuilds.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleConfig.php
|
2008-12-27 21:29:35 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleLogs.php
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/modulePortFailureReasons.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/modulePorts.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleRss.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleSession.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleTinderd.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/module/moduleUsers.php
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/config.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/current_buildports.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/describe_port.tpl
|
2011-10-30 07:28:11 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/display_build_groups.tpl
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/display_login.tpl
|
2008-12-27 21:29:35 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/display_markup_log.tpl
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/failed_buildports.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/latest_buildports.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/list_buildports.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/list_builds.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/list_failure_reasons.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/list_tinderd_queue.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/messages.inc
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/please_login.tpl
|
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@
2008-11-12 16:58:29 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/rss.tpl
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/tinderstyle.css
|
2008-12-27 21:29:35 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/tinderstyle.js
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/user_admin.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/user_permissions.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/default/user_properties.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/config.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/current_buildports.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/describe_port.tpl
|
2011-10-30 07:28:11 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/display_build_groups.tpl
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/display_login.tpl
|
2008-12-27 21:29:35 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/display_markup_log.tpl
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/failed_buildports.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/footer.inc.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/header.inc.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/images/hdr_fill.png
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/latest_buildports.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/list_buildports.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/list_builds.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/list_failure_reasons.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/list_tinderd_queue.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/messages.inc
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/please_login.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/rss.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/tinderstyle.css
|
2008-12-27 21:29:35 +01:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/tinderstyle.js
|
2008-09-03 14:29:01 +02:00
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/user_admin.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/user_permissions.tpl
|
|
|
|
%%WEBUI%%tinderbox/scripts/webui/templates/paefchen/user_properties.tpl
|