Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

#1102 closed defect (fixed)

contrib/trac-post-commit-hook should test for database version 8, not 7

Reported by: Juanma Barranquero Owned by: Christopher Lenz
Priority: low Milestone: 0.9
Component: general Version: devel
Severity: minor Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

After [1169], source:trunk/contrib/trac-post-commit-hook should test for database version 8.

  • trac-post-commit-hook

     
    156156        cursor.execute('SELECT value FROM system WHERE '
    157                        'name=%s AND value=%s', 'database_version', '7')
     157                       'name=%s AND value=%s', 'database_version', '8')
    158158        if not cursor.fetchone():
    159             raise Exception('Expected Trac database version 7')
     159            raise Exception('Expected Trac database version 8')
    160160                       

Attachments (0)

Change History (5)

comment:1 by Christopher Lenz, 19 years ago

Owner: changed from Jonas Borgström to Christopher Lenz
Status: newassigned

comment:2 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: assignedclosed

Fixed in [1178].

comment:3 by Juanma Barranquero, 19 years ago

Resolution: fixed
Status: closedreopened

source:/trunk/contrib/trac-post-commit-hook should be updated to check for database version 9 now.

comment:4 by Christopher Lenz, 19 years ago

Fixed in [1497].

comment:5 by Christopher Lenz, 19 years ago

Resolution: fixed
Status: reopenedclosed

Fixed in [1497].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Christopher Lenz.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Christopher Lenz to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.