Merge lp:~twisted-dev/twisted-trac-integration/delete-useless-users-config into lp:twisted-trac-integration

Proposed by Jean-Paul Calderone
Status: Merged
Merged at revision: 99
Proposed branch: lp:~twisted-dev/twisted-trac-integration/delete-useless-users-config
Merge into: lp:twisted-trac-integration
Diff against target: 14 lines (+2/-2)
1 file modified
trac-tools/delete-useless-users.py (+2/-2)
To merge this branch: bzr merge lp:~twisted-dev/twisted-trac-integration/delete-useless-users-config
Reviewer Review Type Date Requested Status
Glyph Lefkowitz Approve
Review via email: mp+225815@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Glyph Lefkowitz (glyph) wrote :

Please land.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'trac-tools/delete-useless-users.py'
2--- trac-tools/delete-useless-users.py 2011-12-18 13:44:43 +0000
3+++ trac-tools/delete-useless-users.py 2014-07-07 12:20:47 +0000
4@@ -5,8 +5,8 @@
5
6 from twisted.python.filepath import FilePath
7
8-DB = "host=localhost user=trac-migration dbname=trac"
9-PASSWD = FilePath(expanduser("~/Run/trac/htpasswd"))
10+DB = "dbname=trac"
11+PASSWD = FilePath(expanduser("~/config/htpasswd"))
12
13 def loadUsernames(conn, queries):
14 curs = conn.cursor()

Subscribers

People subscribed via source and target branches

to all changes: