Code Monkey home page Code Monkey logo

Comments (2)

Tojaj avatar Tojaj commented on July 21, 2024

I cannot spoke for others, but Createrepo_c just ignore elements it doesn't know. It's a form of forward-compatibility. I'm not sure about yum, but afaik it should behave in the same way if nothing changed.

Also I suggest you to subscribe to rpm-ecosystem [1] mailing list and you may try ask there.

Btw. why would you like to include additional checksum? There are already two checksum elements (one for compressed metadata file and the second for the decompressed data) and both of them have attribute type. Why not use the already available element, and just put there the MD5 checksum and appropriate type (md5)?

[1] http://lists.rpm.org/mailman/listinfo/rpm-ecosystem

from createrepo_c.

robnester avatar robnester commented on July 21, 2024

@Tojaj The desire for an additional checksum relates to content validation testing. Our CDN provides MD5 checksums for files as a header. If we have the MD5 of the given repo metadata file in repomd.xml it simplifies and accelerates testing, as we do not have to download the entire metadata file to perform a checksum on it.

Or, are you suggesting that we can have another checksum element with a different checksum type such as:

<data type="other_db">
<location href="repodata/(file_name).sqlite.bz2"/>
<checksum type="sha">(checksum)</checksum>
<checksum type="md5">(checksum)</checksum>
<timestamp>1463082138.0</timestamp>
<size>5849902</size>
<open-size>50198528</open-size>
<open-checksum type="sha">(checksum)</open-checksum>
<database_version>10</database_version>
</data>

from createrepo_c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.