File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 1313- Fix handling of non-ascii in realname in the nosy mailer, this used to
1414 mangle the email address making it unusable when replying. Thanks to
1515 intevation for funding the fix.
16+ - Fix documentation on user required to run the tests, fixes
17+ issue2550618, thanks to Chris aka 'radioking'
18+
1619
17202009-12-21 1.4.11 (r4411)
1821
Original file line number Diff line number Diff line change @@ -998,6 +998,12 @@ Problems? Testing your Python...
998998 - users of the Windows installer, other binary distributions or
999999 pre-installed Roundup will need to download the source to use it.
10001000
1001+ Remember to have a database user 'rounduptest' prepared. This user
1002+ must have at least the rights to create and drop databases.
1003+ Documentation: details on `adding MySQL users`_,
1004+ for PostgreSQL you want to call the ``createuser`` command with the
1005+ ``-d`` option to allow database creation.
1006+
10011007Once you've unpacked roundup's source, run ``python run_tests.py`` in the
10021008source directory and make sure there are no errors. If there are errors,
10031009please let us know!
@@ -1029,3 +1035,5 @@ Roundup -- from installation and scripts.
10291035.. _MySQLdb: http://sourceforge.net/projects/mysql-python
10301036.. _Psycopg: http://initd.org/software/initd/psycopg
10311037.. _pysqlite: http://pysqlite.org/
1038+ .. _`adding MySQL users`:
1039+ http://dev.mysql.com/doc/refman/5.1/en/adding-users.html
You can’t perform that action at this time.
0 commit comments