Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
cd85543e
Commit
cd85543e
authored
Nov 19, 1999
by
terry%mozilla.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Patch by Tom Schutter <tom@platte.com>: Added some more doc, fixed product description.
parent
246bdeda
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
gnats2bz.pl
contrib/gnats2bz.pl
+5
-2
No files found.
contrib/gnats2bz.pl
View file @
cd85543e
...
...
@@ -48,7 +48,10 @@
# 8) Create a new, empty Bugzilla database.
# 9) Import the data using the command:
# mysql -uroot -p'ROOT_PASSWORD' bugs < gnats2bz_data.sql
# 10) Verify that the database is ok. If it is not, goto step 2.
# 10) Update the shadow directory with the command:
# cd $BUGZILLA_DIR; ./processmail regenerate
# 11) Run a sanity check by visiting the sanitycheck.cgi page.
# 12) Manually verify that the database is ok. If it is not, goto step 2.
#
# Important notes:
# Confidential is not mapped or exported.
...
...
@@ -744,7 +747,7 @@ sub write_non_bugs_tables {
foreach
$categories_record
(
@categories_list
)
{
my
(
$component
)
=
SqlQuote
(
$default_component
);
my
(
$product
)
=
SqlQuote
(
@$categories_record
[
0
]);
my
(
$description
)
=
SqlQuote
(
$default_component_description
);
my
(
$description
)
=
SqlQuote
(
@$categories_record
[
1
]
);
my
(
$initialowner
)
=
SqlQuote
(
@$categories_record
[
2
]
.
$username_suffix
);
print
DATA
"\ninsert into products (\n"
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment