Mar 7, 2007

XML Package Metadata Verifier

I needed to check the consistency of a RPM repository that I created by hand, in the XML Package Metadata format ("YUM"). So I wrote a verifier in bash using xsltproc and sha1sum.
Here: verify-repodata
Greetings to Harald and Matt.

1 comment:

Martin Vidner said...

BTW, it only checks the checksums of the referenced metadata and rpms. Checking the well-formedness and schema-validity of the XML files is another thing which I am working on but haven't released yet.