summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xmakecomponenttable.sh9
-rwxr-xr-xmakeproducttable.sh1
-rwxr-xr-xmakeversiontable.sh1
3 files changed, 11 insertions, 0 deletions
diff --git a/makecomponenttable.sh b/makecomponenttable.sh
index 08a0c2005..ef6b03979 100755
--- a/makecomponenttable.sh
+++ b/makecomponenttable.sh
@@ -36,6 +36,15 @@ initialowner tinytext # Should arguably be a mediumint!
+insert into components (value, program, initialowner) values ("XPFC", "Calendar", "spider@netscape.com");
+insert into components (value, program, initialowner) values ("config", "Calendar", "spider@netscape.com");
+insert into components (value, program, initialowner) values ("Core", "Calendar", "sman@netscape.com");
+insert into components (value, program, initialowner) values ("NLS", "Calendar", "jusn@netscape.com");
+insert into components (value, program, initialowner) values ("UI", "Calendar", "eyork@netscape.com");
+insert into components (value, program, initialowner) values ("Test", "Calendar", "sman@netscape.com");
+insert into components (value, program, initialowner) values ("Install", "Calendar", "sman@netscape.com");
+
+
insert into components (value, program, initialowner) values ("Macintosh FE", "Mozilla", "sdagley@netscape.com");
insert into components (value, program, initialowner) values ("Windows FE", "Mozilla", "blythe@netscape.com");
insert into components (value, program, initialowner) values ("XFE", "Mozilla", "ramiro@netscape.com");
diff --git a/makeproducttable.sh b/makeproducttable.sh
index 7e7fc3000..6b4d1ac1e 100755
--- a/makeproducttable.sh
+++ b/makeproducttable.sh
@@ -33,6 +33,7 @@ description mediumtext
);
+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 ("Mozilla", "For bugs about the Mozilla web browser");
insert into products (product, description) values ("NGLayout", 'For bugs about the <a href="http://www.mozilla.org/newlayout/">New Layout</a> project');
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>.');
diff --git a/makeversiontable.sh b/makeversiontable.sh
index 140c7c8f8..e050baf21 100755
--- a/makeversiontable.sh
+++ b/makeversiontable.sh
@@ -34,6 +34,7 @@ program tinytext
+insert into versions (value, program) values ("other", "Calendar");
insert into versions (value, program) values ("other", "Mozilla");
insert into versions (value, program) values ("1998-03-31", "Mozilla");
insert into versions (value, program) values ("1998-04-08", "Mozilla");