Here: verify-repodataGreetings to Harald and Matt.
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.
Labels:
repodata,
repomd.xml,
repository,
RPM,
verify,
YaST,
YUM
Subscribe to:
Post Comments (Atom)
1 comment:
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.
Post a Comment