📄 readme
字号:
bugzilla-submit===============Authors: Christian Reis <kiko@async.com.br> Eric Raymond <esr@thyrsus.com>bugzilla-submit is a simple Python program that creates bugs in a Bugzillainstance. It takes as input text resembling message headers (RFC-822formatted) via standard input, or optionally a number of commandlineparameters. It communicates using HTTP, which allows it to work over anetwork.Requirements------------Its only requirement is Python 2.3 or higher; you should have the"python" executable in your path.Usage Notes-----------* Please constrain testing to your own installation of Bugzilla, or use* http://landfill.bugzilla.org/ for testing purposes -- opening test* bugs on production instances of Bugzilla is definitely not a good ideaRun "bugzilla-submit --help" for a description of the possible options.An example input file, named bugdata.txt, is provided. You can pipe itin as standard input to bugzilla-submit, providing a Bugzilla URI throughthe command-line.Note that you must create a ~/.netrc entry to authenticate against theBugzilla instance. The entry's machine field is a *quoted* Bugzilla URI,the login field is your ID on that host, and the password field is theyour password password. An example entry follows: machine "http://bugzilla.mozilla.org/" login foo@bar.loo password snarfDocumentation-------------Documentation for bugzilla-submit is provided in Docbook format; seebugzilla-submit.xml.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -