diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-12-04 23:07:44 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-12-04 23:07:44 +0000 |
commit | cb56096f0d903861d7d95e96b60cae77668594d8 (patch) | |
tree | ae809f617542c05d06adb49e117decbf11d8e8c7 /ports-mgmt/tinderbox/files/patch-tc_command.sh | |
parent | - Updated to 1.1.6 (diff) |
- Update to Tinderbox 3.3 Release
The Tinderbox team is proud to announce the release of Tinderbox 3.3.
This release brings numerous bug fixes and some feature enhancements.
The changes include:
**HEADS UP** A static data change is included this release, so be sure
to run ``tc Upgrade''.
* A new unified logging system has been added so that all log files can
be centralized in one location. See the README for more details on
enabling this feature.
* A collection of user-contributed Hooks has been added. So far only
two Hooks are included. See the contrib/hooks subdirectory for more
details. Also, feel free to submit your Hook ideas.
* The /proc directory is now ignored when checking for leftovers. This
fixes some false-positives when running multiple builds in parallel.
* MySQL 6.0 is now supported.
... A full changelog is available here:
http://marcuscom.com/pipermail/tinderbox-list/2009-November/001769.html
Approved by: itetcu (maintainer implicit)
Notes
Notes:
svn path=/head/; revision=245212
Diffstat (limited to 'ports-mgmt/tinderbox/files/patch-tc_command.sh')
-rw-r--r-- | ports-mgmt/tinderbox/files/patch-tc_command.sh | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/ports-mgmt/tinderbox/files/patch-tc_command.sh b/ports-mgmt/tinderbox/files/patch-tc_command.sh deleted file mode 100644 index f488f28668ab..000000000000 --- a/ports-mgmt/tinderbox/files/patch-tc_command.sh +++ /dev/null @@ -1,11 +0,0 @@ ---- lib/tc_command.sh_ori 2009-09-17 15:36:34.000000000 +0200 -+++ lib/tc_command.sh 2009-09-17 15:36:40.000000000 +0200 -@@ -1649,7 +1649,7 @@ - # Set up the chrooted environment - osmajor=$(echo ${jail} | sed -E -e 's|(^[[:digit:]]+).*$|\1|') - case ${osmajor} in -- 6|7|8) tinderbuild_setup;; -+ 6|7|8|9) tinderbuild_setup;; - *) echo "tinderbuild: unhandled OS version: ${osmajor}" - tinderbuild_cleanup 1 - ;; |