ANNOUNCE: Tinderbox 3.2 Release Candidate 1 Available

Beat Gätzi beat at chruetertee.ch
Sun Feb 15 04:47:53 EST 2009


Matt wrote:
> On Sat, Feb 7, 2009 at 5:17 PM, Joe Marcus Clarke <marcus at marcuscom.com> wrote:
>> Tinderbox 3.2 Release Candidate 1 is now available.  This release is a
>> new feature and bug fix release primarily focused on enhancing the web
>> interface.  The changes include:
> 
> I'm using this release candidate on an i368 and amd64 tinderbox and
> everything looks great.
> 
> Quick question - the "./tc Upgrade" command did not create the new
> "logfile_patterns" table.  Is this just something that's not in the
> automated upgrade process or did I miss a step?  I've manually created
> and populated the table from the sql schema files and the log markup
> feature works quite nicely!

I had an identical problem. It looks like the database migration was not
invoked. To fix it I changed two variables in lib/tc_command.sh:
VERSION="3.2"
DB_MIGRATION_PATH="3.1 ${VERSION}"

But I'm not sure if this is the correct solution.

Beat


More information about the tinderbox-list mailing list