X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=Makefile.local;h=205fc9d3f510be5bab8f623ea172aad8b6923a2b;hb=d824f83c6f2e528088ab3ee6e81901db7143a31c;hp=631fef3cb01d747731d5534102b70d8e81eb360a;hpb=59edcfd702072a172fbc975faa38ac65218c1d3e;p=notmuch diff --git a/Makefile.local b/Makefile.local index 631fef3c..205fc9d3 100644 --- a/Makefile.local +++ b/Makefile.local @@ -30,12 +30,12 @@ $(TAR_FILE): echo "Warning: No signed tag for $(VERSION)"; \ fi ; \ git archive --format=tar --prefix=$(PACKAGE)-$(VERSION)/ $$ref > $(TAR_FILE).tmp - echo $(VERSION) > version.tmp + echo $(VERSION) > version.txt.tmp ct=`git --no-pager log -1 --pretty=format:%ct $$ref` ; \ tar --owner root --group root --append -f $(TAR_FILE).tmp \ --transform s_^_$(PACKAGE)-$(VERSION)/_ \ - --transform 's_.tmp$$__' --mtime=@$$ct version.tmp - rm version.tmp + --transform 's_.tmp$$__' --mtime=@$$ct version.txt.tmp + rm version.txt.tmp xz -C sha256 -9 < $(TAR_FILE).tmp > $(TAR_FILE) @echo "Source is ready for release in $(TAR_FILE)"