diff options
author | Linh Nguyen <linhnguyen@mozilla.com> | 2021-11-20 00:46:26 -0500 |
---|---|---|
committer | Dave Miller <github@justdave.net> | 2022-08-23 21:12:51 -0400 |
commit | ed982add9de2a110b94f443e1f52fb339ea9c8e7 (patch) | |
tree | 28ead3e2d51b505e081c716e31a8dcbb38a3b013 /contrib/bugzilla-submit | |
parent | c136bc033735853f025dbef49688646e89f3ce6f (diff) | |
download | bugs-ed982add9de2a110b94f443e1f52fb339ea9c8e7.tar bugs-ed982add9de2a110b94f443e1f52fb339ea9c8e7.tar.gz bugs-ed982add9de2a110b94f443e1f52fb339ea9c8e7.tar.bz2 bugs-ed982add9de2a110b94f443e1f52fb339ea9c8e7.tar.xz bugs-ed982add9de2a110b94f443e1f52fb339ea9c8e7.zip |
Remove Landfill reference (#103)
* Remove Landfill reference and update test site (#1)
* Update README
* Update README
* Update bugzilla-submit.xml
* Update creating-an-account.rst
* Update filing.rst
* Update finding.rst
* Address review comments
Diffstat (limited to 'contrib/bugzilla-submit')
-rw-r--r-- | contrib/bugzilla-submit/README | 5 | ||||
-rwxr-xr-x | contrib/bugzilla-submit/bugzilla-submit.xml | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/contrib/bugzilla-submit/README b/contrib/bugzilla-submit/README index f9e74b9d4..9d9811bde 100644 --- a/contrib/bugzilla-submit/README +++ b/contrib/bugzilla-submit/README @@ -19,9 +19,8 @@ Its only requirement is Python 2.3 or higher; you should have the 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 idea +* Please constrain testing to your own installation of Bugzilla, opening test +* bugs on production instances of Bugzilla is definitely not a good idea. Run "bugzilla-submit --help" for a description of the possible options. diff --git a/contrib/bugzilla-submit/bugzilla-submit.xml b/contrib/bugzilla-submit/bugzilla-submit.xml index 2cfdc9209..297e690cc 100755 --- a/contrib/bugzilla-submit/bugzilla-submit.xml +++ b/contrib/bugzilla-submit/bugzilla-submit.xml @@ -201,12 +201,12 @@ password field is the right password. The URL in the machine field 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 +"https://bugzilla.example.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/" + machine "https://bugzilla.example.org/bztest/" login john@doe.com password foo |