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
3ac22882
Commit
3ac22882
authored
Jul 23, 2006
by
lpsolit%gmail.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[No bug #] Fix warnings reported by 011pod.t about importxml.pl - Patch by me
parent
c875db37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
importxml.pl
importxml.pl
+4
-4
No files found.
importxml.pl
View file @
3ac22882
...
@@ -1246,7 +1246,7 @@ importxml - Import bugzilla bug data from xml.
...
@@ -1246,7 +1246,7 @@ importxml - Import bugzilla bug data from xml.
=back
=back
=head1 DESCRIPTION
=head1 DESCRIPTION
This script is used to import bugs from another installation of bugzilla.
This script is used to import bugs from another installation of bugzilla.
It can be used in two ways.
It can be used in two ways.
First using the move function of bugzilla
First using the move function of bugzilla
...
@@ -1256,14 +1256,14 @@ importxml - Import bugzilla bug data from xml.
...
@@ -1256,14 +1256,14 @@ importxml - Import bugzilla bug data from xml.
run by this script and imported into your database. Run 'newaliases'
run by this script and imported into your database. Run 'newaliases'
after adding this alias to your aliases file. Make sure your sendmail
after adding this alias to your aliases file. Make sure your sendmail
installation is configured to allow mail aliases to execute code.
installation is configured to allow mail aliases to execute code.
bugzilla-import: "|/usr/bin/perl /opt/bugzilla/importxml.pl --mail"
bugzilla-import: "|/usr/bin/perl /opt/bugzilla/importxml.pl --mail"
Second it can be run from the command line with any xml file from
Second it can be run from the command line with any xml file from
STDIN that conforms to the bugzilla DTD. In this case you can pass
STDIN that conforms to the bugzilla DTD. In this case you can pass
an argument to set whether you want to send the
an argument to set whether you want to send the
mail that will be sent to the exporter and maintainer normally.
mail that will be sent to the exporter and maintainer normally.
importxml.pl [options] bugsfile.xml
importxml.pl [options] bugsfile.xml
=cut
=cut
...
...
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