summaryrefslogtreecommitdiffstats
path: root/makeproducttable.sh
diff options
context:
space:
mode:
authorterry%mozilla.org <>1999-05-01 04:40:51 +0200
committerterry%mozilla.org <>1999-05-01 04:40:51 +0200
commit2a2904f69e9b0d6cbd8231179021be344794bba3 (patch)
tree2f8066c386981c8a1d6a9a23de19bf34222a3093 /makeproducttable.sh
parent4ea985c2094c8fa36f216f1cbc2b16632248a34b (diff)
downloadbugzilla-2a2904f69e9b0d6cbd8231179021be344794bba3.tar.gz
bugzilla-2a2904f69e9b0d6cbd8231179021be344794bba3.tar.xz
Stop populating the default database with mozilla-specific stuff.
Diffstat (limited to 'makeproducttable.sh')
-rwxr-xr-xmakeproducttable.sh11
1 files changed, 3 insertions, 8 deletions
diff --git a/makeproducttable.sh b/makeproducttable.sh
index f498e5425..ce5dae79c 100755
--- a/makeproducttable.sh
+++ b/makeproducttable.sh
@@ -36,12 +36,7 @@ disallownew tinyint not null
-insert into products (product, description, milestoneurl) values ("Browser", 'For bugs about the Mozilla Browser, including bugs with the <a href="http://www.mozilla.org/newlayout/">New Layout</a> project', 'http://www.mozilla.org/projects/seamonkey/milestones');
-insert into products (product, description) values ("Calendar", 'For bugs about the <a href="http://www.mozilla.org/projects/calendar">Calendar</a> project');
-insert into products (product, description) values ("CCK", 'For bugs about the <a href="http://www.mozilla.org/projects/cck">Client Customization Kit<a> project');
-insert into products (product, description) values ("Directory", 'For bugs about the <a href="http://www.mozilla.org/directory">Directory (LDAP)</a> project');
-insert into products (product, description) values ("Grendel", 'For bugs about the <a href="http://www.mozilla.org/projects/grendel/">Grendel</a> java-based mail/news reader');
-insert into products (product, description) values ("MailNews", 'For bugs about the <a href="http://www.mozilla.org/mailnews/index.html">Mozilla Mail/News</a> project');
-insert into products (product, description, disallownew) values ("MozillaClassic", "For bugs about the Mozilla web browser", 1);
-insert into products (product, description) values ("Webtools", 'For bugs about the web-based tools that mozilla.org uses. This include Bugzilla (problems you are having with this bug system itself), <a href="http://www.mozilla.org/bonsai.html">Bonsai</a>, and <a href="http://www.mozilla.org/tinderbox.html">Tinderbox</a>.');
+insert into products(product, description) values ("TestProduct", "This is a test product. This ought to be blown away and replaced with real stuff in a finished installation of bugzilla.");
+
+OK_ALL_DONE