mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
include branch and variant into .tar.gz filename
This commit is contained in:
parent
3daf7cfec2
commit
1056ad3b4e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
TAROPTS = --exclude-ignore-recursive=.distignore --transform='s|^\.|villas-node-$(VERSION_NUM)|' --show-transformed-names
|
||||
|
||||
TAR_VILLAS = $(BUILDDIR)/packaging/villas-node-$(VERSION_NUM).tar.gz
|
||||
TAR_VILLAS = $(BUILDDIR)/packaging/villas-node-$(VERSION_NUM)-1.$(GIT_BRANCH)_$(subst -,_,$(VARIANT)).$$(date +%Y%m%d)git$(GIT_REV).tar.gz
|
||||
|
||||
DEPLOY_HOST = root@villas.0l.de
|
||||
DEPLOY_PATH = /var/www/villas
|
||||
|
|
Loading…
Add table
Reference in a new issue