README advertises landfill.bugzilla.org
Categories
(Bugzilla :: Bugzilla-General, defect)
Tracking
()
People
(Reporter: justdave, Unassigned)
Details
The root-level README file in Bugzilla advertises landfill.bugzilla.org as a place to play. That site doesn't exist anymore, so the link should be removed on all supported branches.
| Reporter | ||
Comment 1•5 years ago
|
||
It appears to be mentioned a number of times in the tree... a link to the Bug Writing Guidelines that points there from the docs was just mentioned on Twitter.
dave@tbmbp:bugzilla(master *) $ git grep landfill
README.rst:- Join irc.mozilla.org #bugzilla (or use the `Bugzilla IRC Gateway <http://landfill.bugzilla.org/irc/>`__)
README.rst: :target: http://landfill.bugzilla.org/irc/
contrib/bugzilla-submit/README:* http://landfill.bugzilla.org/ for testing purposes -- opening test
contrib/bugzilla-submit/bugzilla-submit.xml:"http://landfill.bugzilla.org/bztest/", and your login and password
contrib/bugzilla-submit/bugzilla-submit.xml: machine "http://landfill.bugzilla.org/bztest/"
docs/en/rst/about/index.rst:on `Landfill <https://landfill.bugzilla.org>`_, our test server.
docs/en/rst/integrating/templates.rst: <http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi?product=WorldControl;format=guided>`_.
docs/en/rst/using/creating-an-account.rst:`Landfill <http://landfill.bugzilla.org/>`_.
docs/en/rst/using/filing.rst:`Bug Writing Guidelines <http://landfill.bugzilla.org/bugzilla-tip/page.cgi?id=bug-writing.html>`_.
docs/en/rst/using/filing.rst: `Landfill <http://landfill.bugzilla.org/>`_. Please don't do it on anyone's
docs/en/rst/using/finding.rst:Landfill <http://landfill.bugzilla.org/bugzilla-tip/query.cgi?format=advanced>`_.
docs/en/rst/using/tips.rst:`syntax help <https://landfill.bugzilla.org/bugzilla-tip/page.cgi?id=markdown.html>`_ link
xt/webservice/bug_get.t: "http://landfill.bugzilla.org/show_bug.cgi?id=123456"
xt/webservice/bug_get.t: "http://landfill.bugzilla.org/show_bug.cgi?id=123456"
xt/webservice/bug_update.t: {remove => ['http://landfill.bugzilla.org/bugzilla-tip/show_bug.cgi?id=1']},
xt/webservice/bug_update.t: value => {add => ['http://landfill.bugzilla.org/']},
xt/webservice/bug_update_see_also.t:my $bug_url = 'http://landfill.bugzilla.org/bugzilla-tip/show_bug.cgi?id=100';
dave@tbmbp:bugzilla(master *) $ git checkout harmony
Switched to branch 'harmony'
Your branch is up to date with 'origin/harmony'.
dave@tbmbp:bugzilla(harmony *) $ git grep landfill
README:https://landfill.bugzilla.org/bugzilla-tip/
contrib/bugzilla-submit/README:* http://landfill.bugzilla.org/ for testing purposes -- opening test
contrib/bugzilla-submit/bugzilla-submit.xml:"http://landfill.bugzilla.org/bztest/", and your login and password
contrib/bugzilla-submit/bugzilla-submit.xml: machine "http://landfill.bugzilla.org/bztest/"
docs/en/rst/about/index.rst:on `Landfill <https://landfill.bugzilla.org/bugzilla-4.4-branch/>`_, our test
docs/en/rst/integrating/templates.rst: <http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi?product=WorldControl;format=guided>`_.
docs/en/rst/using/creating-an-account.rst:`Landfill <http://landfill.bugzilla.org/>`_.
docs/en/rst/using/filing.rst:`Bug Writing Guidelines <http://landfill.bugzilla.org/bugzilla-tip/page.cgi?id=bug-writing.html>`_.
docs/en/rst/using/filing.rst: `Landfill <http://landfill.bugzilla.org/>`_. Please don't do it on anyone's
docs/en/rst/using/finding.rst:Landfill <http://landfill.bugzilla.org/bugzilla-tip/query.cgi?format=advanced>`_.
Comment 2•3 years ago
|
||
The above post looks to me (beginner bug reporter) to be most thorough but it's 2 years ago.
I found a broken link today to 'landfill.bugzilla.org' in the HTTP Help files...
ver 5.0.6 in section 2.5.3 Advanced Search, at https://bugs.documentfoundation.org/
and ver 5.1.2+ in https://bugzilla.readthedocs.io/en/5.0/using/index.html
| Reporter | ||
Comment 3•15 days ago
|
||
These links should all be working again since landfill actually exists again. Well, not directly working, but they'll get you to a page that will still get you there, instead of an unknown domain, which is good enough for the old docs. :-)
Description
•