Yet another tweak to the BZ query
This commit is contained in:
parent
dbc2328713
commit
fbd1b8a258
1 changed files with 2 additions and 1 deletions
|
|
@ -142,6 +142,7 @@ All of the following condiditions must be met:
|
|||
* product == "Fedora" or "Fedora Container Images"
|
||||
* version == rawhide
|
||||
* component != "Package Review"
|
||||
* component != "Container Review"
|
||||
* component != "kernel"
|
||||
* component != "Changes Tracking"
|
||||
* keyword ''FutureFeature'' is '''not''' present
|
||||
|
|
@ -151,7 +152,7 @@ All of the following condiditions must be met:
|
|||
|
||||
WARNING: If you run this after Branch Day, you will need to add constraint on the bug open date.
|
||||
|
||||
* You can use this https://bugzilla.redhat.com/buglist.cgi?classification=Fedora&f1=component&f3=component&f4=bug_status&f5=component&keywords=FutureFeature%2C%20Tracking%2C%20&keywords_type=nowords&limit=0&list_id=10831817&o1=notequals&o3=notequals&o4=notequals&o5=notequals&order=changeddate%20DESC%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id&product=Fedora&product=Fedora%20Container%20Images&query_format=advanced&short_desc=RFE&short_desc_type=notregexp&v1=Package%20Review&v3=kernel&v4=CLOSED&v5=Changes%20Tracking&version=rawhide[Bugzilla query] to select bugs that meet the criteria above.
|
||||
* You can use this https://bugzilla.redhat.com/buglist.cgi?classification=Fedora&f1=component&f3=component&f4=bug_status&f5=component&f6=component&keywords=FutureFeature%2C%20Tracking%2C%20&keywords_type=nowords&list_id=10832664&o1=notequals&o3=notequals&o4=notequals&o5=notequals&o6=notequals&product=Fedora&product=Fedora%20Container%20Images&query_format=advanced&short_desc=RFE&short_desc_type=notregexp&v1=Package%20Review&v3=kernel&v4=CLOSED&v5=Changes%20Tracking&v6=Container%20Review&version=rawhide[Bugzilla query] to select bugs that meet the criteria above.
|
||||
|
||||
Save the results as a CSV file and run the https://pagure.io/fedora-project-schedule/blob/master/f/scripts/closebugs/fedora_rebase.pl[`fedora_rebase.pl` script] against it. For example:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue