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
8114329f
Commit
8114329f
authored
Jul 16, 2004
by
kiko%async.com.br
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updating manpage for bugzilla-submit, part of bug 244324:
bugzilla-submit crashed.
parent
ca56edb9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
2 deletions
+22
-2
bugzilla-submit.xml
contrib/bugzilla-submit/bugzilla-submit.xml
+22
-2
No files found.
contrib/bugzilla-submit/bugzilla-submit.xml
View file @
8114329f
...
...
@@ -53,7 +53,11 @@ instance specified by the single positional argument. Login/password
credentials are read from the calling user's
<filename>
~/.netrc
</filename>
file.
</para>
<para>
The program accepts the following options to set or override fields:
</para>
<para>
bugzilla-submit accepts a single argument:
<replaceable>
bugzilla-url
</replaceable>
. Its value must match the
relevant Bugzilla instance's base URL (technically, its
<replaceable>
urlbase
</replaceable>
param). The program also accepts the
following options to set or override fields:
</para>
<variablelist>
<varlistentry>
<term>
-b. --bug-status
</term>
...
...
@@ -187,7 +191,23 @@ the bug is to be submitted.</para>
<listitem><para>
Must contain an entry in which the machine field is
the Bugzilla instance URL, the login field is your ID on that host, and the
password field is the right password. The URL in the machine field
must be enclosed in double quotes.
</para></listitem>
must be enclosed in double quotes.
</para>
<para>
For example, if your Bugzilla instance is at
"http://landfill.bugzilla.org/bztest/", and your login and password
there are "john@doe.com" and "foo", respectively, your
<filename>
.netrc
</filename>
entry should look something like:
</para>
<screen>
machine "http://landfill.bugzilla.org/bztest/"
login john@doe.com
password foo
</screen>
Note that the machine entry should match exactly the instance URL
specified to
<application>
bugzilla-submit
</application>
.
</listitem>
</varlistentry>
</variablelist>
...
...
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