anitya icon indicating copy to clipboard operation
anitya copied to clipboard

add support for polling yum repos

Open glensc opened this issue 10 years ago • 5 comments

this would help peeking into yum metadata file, like primary.xml.gz in this project:

https://release-monitoring.org/project/5513/

or maybe just add support for yum repository files?

glensc avatar Jan 23 '15 08:01 glensc

This needs a new 'yum' backend to be implemented to handle looking into releases like that.

ralphbean avatar Mar 04 '15 16:03 ralphbean

Are you sure it's a good practice because that means it was already packaged, in some cases this is the only source code but it would be just like polling packed code from PPA or Debian repository.

yarons avatar Jan 31 '19 11:01 yarons

This project is not in packaged in any distribution, but only in some private repository. In this case the 'yum' (dnf) backend is not a bad idea.

Zlopez avatar Jan 31 '19 12:01 Zlopez

I maintain a library that may be useful for whoever tries to implement this, whether as a dependency or just as example code of parsing yum repodata in python.

https://pypi.org/project/repomd/

carlwgeorge avatar Jan 31 '19 20:01 carlwgeorge

@carlwgeorge so elegant code. awesome.

already using it: https://github.com/pld-linux/google-chrome/commit/fe67123c73f041f55b839fce96e30f461cb0caa7

glensc avatar Jan 31 '19 20:01 glensc