[AppDB] link bugs patch 2 of 6

Tony Lambregts tony.lambregts at gmail.com
Sat Jul 9 23:03:33 CDT 2005


This is the Second of the patches that gives better integration of
bugzilla with the AppDB. They are submitted in the order that they
should be applied. If you want to test them out you should download the
tarball for bugzilla from ftp://ftp.winehq.org/pub/wine/ (Thanks Jeremy...)

Change Log: include the buglinks table when creating a new setup.

Files changed: tables/create_tables


-------------- next part --------------
Index: tables/create_tables
===================================================================
RCS file: /home/wine/appdb/tables/create_tables,v
retrieving revision 1.5
diff -u -r1.5 create_tables
--- tables/create_tables	10 Jan 2005 22:15:44 -0000	1.5
+++ tables/create_tables	10 Jul 2005 02:22:00 -0000
@@ -23,3 +23,7 @@
 
 echo Adding maintainers
 mysql -p -u root < maintainers.sql
+
+echo Adding bug links
+mysql -p -u root < buglinks.sql
+


More information about the wine-patches mailing list