X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=Makefile.local;fp=Makefile.local;h=d8bbf3e17b1f90ab7a54722c0d704307037478ef;hp=bbc464d2bb982707bb8df451ca4f92b02e5dd060;hb=78aaef9a0b6f106e648367b18b46b48d885f9213;hpb=83f4e5babb61e56f34d2f8baf1aa15a84cfb25a2 diff --git a/Makefile.local b/Makefile.local index bbc464d2..d8bbf3e1 100644 --- a/Makefile.local +++ b/Makefile.local @@ -93,6 +93,10 @@ pre-release: pristine-tar commit $(DEB_TAR_FILE) $(UPSTREAM_TAG) mkdir -p releases mv $(TAR_FILE) $(DEB_TAR_FILE) $(SHA256_FILE) $(DETACHED_SIG_FILE) releases +ifeq ($(REALLY_UPLOAD),yes) + git push origin $(UPSTREAM_TAG) release pristine-tar + cd releases && scp $(TAR_FILE) $(SHA256_FILE) $(DETACHED_SIG_FILE) $(RELEASE_HOST):$(RELEASE_DIR) +endif .PHONY: debian-snapshot debian-snapshot: