From: Joey Hess Date: Mon, 5 Oct 2020 17:45:27 +0000 (-0400) Subject: switch to md5sum for buildid X-Git-Tag: archive/raspbian/10.20250416-2+rpi1~1^2~112^2~21 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cb487e741767c6d59f9b9e4cc7f40f9c6d92f942;p=git-annex.git switch to md5sum for buildid This does not need to be cryptogrphically secure, and a little shorter will be better when using the buildid in a path in subsequent changes. --- diff --git a/Makefile b/Makefile index 9238a0a600..d7ede6b4a9 100644 --- a/Makefile +++ b/Makefile @@ -176,7 +176,7 @@ linuxstandalone: cp doc/logo_16x16.png doc/logo.svg $(LINUXSTANDALONE_DEST) cp standalone/trustedkeys.gpg $(LINUXSTANDALONE_DEST) - sha1sum git-annex > "$(LINUXSTANDALONE_DEST)/buildid" + md5sum git-annex > "$(LINUXSTANDALONE_DEST)/buildid" cd tmp/git-annex.linux && find . -type f > git-annex.MANIFEST cd tmp/git-annex.linux && find . -type l >> git-annex.MANIFEST cd tmp && tar c git-annex.linux | gzip -9 --rsyncable > git-annex-standalone-$(shell dpkg --print-architecture).tar.gz