mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
build: push additional refs during release
These currently have to be pushed by hand during a release, which isn't a big deal, but is one more thing to remember.
This commit is contained in:
parent
388edce0b7
commit
a08c36417f
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@ release: verify-source-tree-and-version
|
|||
mv $(TAR_FILE) $(SHA256_FILE) $(GPG_FILE) releases
|
||||
$(MAKE) VERSION=$(VERSION) release-message > $(PACKAGE)-$(VERSION).announce
|
||||
ifeq ($(REALLY_UPLOAD),yes)
|
||||
git push origin $(VERSION)
|
||||
git push origin $(VERSION) $(DEB_TAG) release pristine-tar
|
||||
cd releases && scp $(TAR_FILE) $(SHA256_FILE) $(GPG_FILE) $(RELEASE_HOST):$(RELEASE_DIR)
|
||||
ssh $(RELEASE_HOST) "rm -f $(RELEASE_DIR)/LATEST-$(PACKAGE)-* ; ln -s $(TAR_FILE) $(RELEASE_DIR)/LATEST-$(TAR_FILE)"
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue