Unexpected hash change on old file

Simon McVittie simon.mcvittie at collabora.co.uk
Fri Nov 9 01:07:27 PST 2012


On 09/11/12 01:19, Dario Niedermann wrote:
> http://cgit.../snapshot/...

As far as I understand it, these are not permanent files that are stored
anywhere: they're generated by the cgit interface on-demand. If the
precise details of how it generates that snapshot change, so will the
resulting tarball.

The files contained in the tarball are part of the git history (the
thing that the repository browser reports has not changed in 3 years),
but the headers/metadata in the tarball, and the gzip compression layer
around it, are not necessarily guaranteed to remain the same.

If you want something verifiable that shouldn't change, either use the
official tarball release from here:

http://www.x.org/releases/individual/driver/

or use the git command-line tool to check out a particular tag.

    S


More information about the xdg mailing list