On Wed, Aug 12, 2020 at 1:46 AM Jean-Baptiste Holcroft <jean-baptiste@xxxxxxxxxxx> wrote: > > I realized an alternate implementation could be to get the list of all > available RPMs. > This would prevent registering to messages making it easier to develop > and reduce computation costs. > > Can we achieve this easily with our infrastructure? > The simple way is to run `dnf list --all` against all supported versions. You'd have to store the output somewhere and diff it on your next run. There might be a better way, but the Infrastructure team would be better equipped to answer this. The advantage of the dnf way is that you can run it in batches once a week (for example) on your own machine and, like you said, it's much easier to code against. The advantage of the datagrepper way is that you can have the actions happen automatically as a package changes. -- Ben Cotton He / Him / His Senior Program Manager, Fedora & CentOS Stream Red Hat TZ=America/Indiana/Indianapolis _______________________________________________ i18n mailing list -- i18n@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to i18n-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/i18n@xxxxxxxxxxxxxxxxxxxxxxx