[1/2a] testbot: Fix a typo in the MySQL setup section.

Francois Gouget fgouget at codeweavers.com
Wed Mar 13 10:37:21 CDT 2013


The sample winetestbot.sql script now sets up the required winetestbot privileges.
Also some more documentation formatting tweaks.
---
 testbot/doc/INSTALL.txt |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/testbot/doc/INSTALL.txt b/testbot/doc/INSTALL.txt
index 2955343..3ccb092 100644
--- a/testbot/doc/INSTALL.txt
+++ b/testbot/doc/INSTALL.txt
@@ -14,10 +14,8 @@ Dependencies:
 MySQL setup:
 - Create a new 'winetestbot' database and its tables using the
   ddl/winetestbot.sql script.
-- Set the 'winetestbot' user password
-  INSERT, UPDATE and DELETE on all tables in the database. So this is
-  something like:
-  SET PASSWORD FOR 'winetestbot'@'localhost' = PASSWORD('mypassword');
+- Make sure to change the 'winetestbot' user password. Typically:
+    SET PASSWORD FOR 'winetestbot'@'localhost' = PASSWORD('mypassword');
 
 Apache setup:
 - Create a new virtual host, use doc/vhost_winetestbot.conf as a
@@ -55,11 +53,11 @@ General setup for the web site:
 - Register a new account for yourself.
 - Using the mysql client, set the ResetCode in your Users entry to a
   known value, e.g.
-  mysql> update Users set ResetCode = 'a' where Name = '<username>';
+    mysql> update Users set ResetCode = 'a' where Name = '<username>';
 - Browse to http://server.name/ResetPassword.pl and enter your username,
   the resetcode you just updated and a new password.
 - Make yourself admin by adding a row to UserRoles:
-  mysql> insert into UserRoles values('<username>', 'admin');
+    mysql> insert into UserRoles values('<username>', 'admin');
 - When you refresh the home page, you should now have an "Admin" menu
   in the sidebar.
 
@@ -102,7 +100,7 @@ Setup for wine-patches:
     | $HOME/tools/testbot/bin/WinePatchesMLSubmit.pl
 - Or if you have a set of patches to test in the mbox format you can
   test with:
-  formail -ds $HOME/tools/testbot/bin/WinePatchesMLSubmit.pl <mbox-file
+    formail -ds $HOME/tools/testbot/bin/WinePatchesMLSubmit.pl <mbox-file
 
 
 2. VM hosts setup
-- 
1.7.10.4




More information about the wine-patches mailing list