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.
This commit is contained in:
parent
5863d14fd2
commit
cb487e7417
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -176,7 +176,7 @@ linuxstandalone:
|
||||||
cp doc/logo_16x16.png doc/logo.svg $(LINUXSTANDALONE_DEST)
|
cp doc/logo_16x16.png doc/logo.svg $(LINUXSTANDALONE_DEST)
|
||||||
cp standalone/trustedkeys.gpg $(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 f > git-annex.MANIFEST
|
||||||
cd tmp/git-annex.linux && find . -type l >> 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
|
cd tmp && tar c git-annex.linux | gzip -9 --rsyncable > git-annex-standalone-$(shell dpkg --print-architecture).tar.gz
|
||||||
|
|
Loading…
Reference in a new issue