aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/bugzilla-submit
diff options
context:
space:
mode:
authorLinh Nguyen <linhnguyen@mozilla.com>2021-11-20 00:46:26 -0500
committerDave Miller <github@justdave.net>2022-08-23 21:12:51 -0400
commited982add9de2a110b94f443e1f52fb339ea9c8e7 (patch)
tree28ead3e2d51b505e081c716e31a8dcbb38a3b013 /contrib/bugzilla-submit
parentc136bc033735853f025dbef49688646e89f3ce6f (diff)
downloadbugs-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/README5
-rwxr-xr-xcontrib/bugzilla-submit/bugzilla-submit.xml4
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