bug#20428: git-fetch does not always validate hash

2015-05-01 Thread Ludovic Courtès
Ricardo Wurmus skribis: > Upon rebuilding the package from a new commit I would expect the build > to fail with a hash validation error as I have not updated the hash yet. > However, the build procedure just continues. I noticed that the git > checkout is still the very same as before I updated

bug#20428: git-fetch does not always validate hash

2015-04-26 Thread Ricardo Wurmus
I'm currently playing with the elogind package recipe and I'm occasionally updating my clone of the elogind git repository. Whenever I do I update the value of "commit" in the package definition: (define-public elogind (let ((commit "18ee7abc9a")) (package (name "elogi