diff options
author | Chris Feyerchak <anonymous.contributor@example.org> | 2017-06-25 01:33:28 +0000 |
---|---|---|
committer | Konstantin Ryabitsev <konstantin@linuxfoundation.org> | 2024-10-04 15:47:33 -0400 |
commit | 4f909e7bbb101a9ad9ce12f9d5d7f4b3c9be225f (patch) | |
tree | 1764adbfcf76015047595947e3848749d9185181 | |
parent | 5a7b5e2f8f7a6c26e815999daec248c93c75845f (diff) | |
download | backports-4f909e7bbb101a9ad9ce12f9d5d7f4b3c9be225f.tar.gz |
/* Bugzilla */ Edit for readability
-rw-r--r-- | wiki/Bugs.mediawiki | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/wiki/Bugs.mediawiki b/wiki/Bugs.mediawiki index 86e7775..0dd8542 100644 --- a/wiki/Bugs.mediawiki +++ b/wiki/Bugs.mediawiki @@ -24,24 +24,18 @@ The report will be handled in private, once the issue is fixed and propagated to = Bugzilla = -== Bugzilla for kernel backports == - The Linux kernel bugzilla has an entry for backport bugs. == Reporting new backport bugs == -To report a new bug use the '''Backports project''' section, or just visit this page: - -https://bugzilla.kernel.org/enter_bug.cgi?product=Backports%20project - -Use the ''backports'' component. Its the only component available right now. - -== Open backport bugs == +To record a new bug: -https://bugzilla.kernel.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Backports+project&content=. +# access the [https://bugzilla.kernel.org/enter_bug.cgi?product=Backports%20project '''Backports project'''] section of Bugzilla +# select the ''backports'' component (it is the only component available) -== Closed backport bugs == +== Viewing bugs by status == -https://bugzilla.kernel.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__closed__&product=Backports+project&content=. +* [https://bugzilla.kernel.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Backports+project&content=. View open bugs] +* [https://bugzilla.kernel.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__closed__&product=Backports+project&content=. View closed bugs] [[File:88x31.png]] - This text is licensed under a [https://creativecommons.org/licenses/by-sa/3.0/ Creative Commons Attribution-ShareAlike 3.0 Unported License].
\ No newline at end of file |