Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

In the report, include bugs that are fixed on Aurora channel but not on Beta. #81

Closed
rkothari19 opened this issue Aug 23, 2016 · 2 comments

Comments

@rkothari19
Copy link

In the report, include bugs that are fixed on Aurora channel but not on Beta to catch potential backouts-kind-of-bugs.

@marco-c
Copy link
Contributor

marco-c commented Nov 16, 2016

The current query is https://bugzilla.mozilla.org/buglist.cgi?v4=affected&o5=equals&f1=cf_status_firefox" + central_version + "&o3=equals&v3=affected&o1=equals&j2=OR&resolution=---&resolution=FIXED&f4=cf_status_firefox" + beta_version + "&v5=affected&query_format=advanced&f3=cf_status_firefox" + aurora_version + "&f2=OP&o4=equals&f5=cf_status_firefox" + release_version + "&v1=fixed&f7=CP

I guess we could just add this query: https://bugzilla.mozilla.org/buglist.cgi?v3=affected&o4=equals&f1=cf_status_firefox" + aurora_version + "&o1=equals&j2=OR&resolution=---&resolution=FIXED&f3=cf_status_firefox" + beta_version + "&v4=affected&query_format=advanced&f2=OP&o3=equals&f4=cf_status_firefox" + release_version + "&v1=fixed&f7=CP in https://github.com/mozilla/relman-auto-nag/blob/b5cc8a62e53a907c1634d521aa1ece60792395ac/auto_nag/scripts/rm_query_creator.py#L12 and https://github.com/mozilla/relman-auto-nag/blob/b5cc8a62e53a907c1634d521aa1ece60792395ac/auto_nag/scripts/rm_query_creator.py#L18.
And change the first line of the template accordingly: https://github.com/mozilla/relman-auto-nag/blob/b5cc8a62e53a907c1634d521aa1ece60792395ac/templates/tracked_affected_email.

@marco-c
Copy link
Contributor

marco-c commented Dec 24, 2021

Aurora is dead.

@marco-c marco-c closed this as completed Dec 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants