abrt / faf

Platform for collection and analysis of packages and package crashes
GNU General Public License v3.0
46 stars 47 forks source link

Only accept Fedora GA releases #981

Closed mgrabovsky closed 3 years ago

mgrabovsky commented 3 years ago

When retrieving the list of active Fedora releases from Fedora PDC, only consider GA (general availability) releases, i.e. ignore *-updates, *-updates-testing etc.

This should prevent EOL'd release from reappearing on the summary page, since faf pull-releases used to switch their state to ACTIVE back from EOL due to the confusion in release types.

mgrabovsky commented 3 years ago

LGTM +1

In future, we should probably move away from PDC as (AFAIK) it is no longer maintained. Bodhi should be the authoritative source for this kind of information.

Ah, good to know. I'll file an issue for that. Thanks for the review.