X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=Makefile;h=7db62e4f3d0fda22d62cfb2a27182d6a136aeb3a;hb=d4d10f1f8ae42f9e9d81aabc5814aeeeb52aaa19;hp=58ef332e6baba58c57464270f7e36557dca728da;hpb=bae0c4c8f0a7fddfc80ce2fc397d8eb5e215fe11;p=monkeysphere.git diff --git a/Makefile b/Makefile index 58ef332..7db62e4 100755 --- a/Makefile +++ b/Makefile @@ -22,7 +22,9 @@ tarball: clean mkdir -p monkeysphere-$(MONKEYSPHERE_VERSION)/doc ln -s ../../website/getting-started-user.mdwn ../../website/getting-started-admin.mdwn ../../doc/TODO ../../doc/MonkeySpec monkeysphere-$(MONKEYSPHERE_VERSION)/doc ln -s ../COPYING ../etc ../Makefile ../man ../src ../tests monkeysphere-$(MONKEYSPHERE_VERSION) - echo $(MONKEYSPHERE_VERSION) > monkeysphere-$(MONKEYSPHERE_VERSION)/VERSION + echo Monkeysphere $(MONKEYSPHERE_VERSION) > monkeysphere-$(MONKEYSPHERE_VERSION)/VERSION + echo -n "git revision " >> monkeysphere-$(MONKEYSPHERE_VERSION)/VERSION + git rev-parse HEAD >> monkeysphere-$(MONKEYSPHERE_VERSION)/VERSION tar -ch --exclude='*~' monkeysphere-$(MONKEYSPHERE_VERSION) | gzip -n > monkeysphere_$(MONKEYSPHERE_VERSION).orig.tar.gz rm -rf monkeysphere-$(MONKEYSPHERE_VERSION) @@ -81,6 +83,7 @@ releasenote: ./utils/build-releasenote test: - ./tests/basic + MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/keytrans + MONKEYSPHERE_TEST_NO_EXAMINE=true ./tests/basic .PHONY: all tarball debian-package freebsd-distinfo clean install installman releasenote test