bug#43893: make update-guix-package produced an incorrect hash

2020-10-09 Thread Maxim Cournoyer
Hello Danny, Thanks for the quick investigation. Danny Milosavljevic writes: > I'm guessing it has something to do with update-guix-package using > git-predicate > to add only git-known (but not necessarily committed) files to the store and > then > calculating the checksum of that--but the g

bug#43893: make update-guix-package produced an incorrect hash

2020-10-09 Thread Danny Milosavljevic
I'm guessing it has something to do with update-guix-package using git-predicate to add only git-known (but not necessarily committed) files to the store and then calculating the checksum of that--but the git-fetch for the guix package not necessarily doing the same. Then update-guix-package.scm

bug#43893: make update-guix-package produced an incorrect hash

2020-10-09 Thread Maxim Cournoyer
Hello, Today, I used 'make update-guix-package' and pushed the result (commit f08587682a). Users later reported being unable to pull because of a hash mismatch on the newly updated Guix package :-/. I haven't investigated why yet, and simply reverted the faulty update for now in commit a279f7c61