mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 17:15:17 +00:00
update makefile to set version"
This commit is contained in:
parent
1bf56899f3
commit
96081de51f
1
Makefile
1
Makefile
@ -10,6 +10,7 @@ deps:
|
||||
cd rd_ui && grunt build
|
||||
|
||||
pack:
|
||||
sed -r "s/^__version__ = '([0-9.]*)'/__version__ = '$(FULL_VERSION)'/" redash/__init__.py > redash/__init__.py
|
||||
tar -zcv -f $(FILENAME) --exclude=".git*" --exclude="*.pyc" --exclude="*.pyo" --exclude="venv" --exclude="rd_ui/node_modules" --exclude="rd_ui/dist/bower_components" --exclude="rd_ui/app" *
|
||||
|
||||
upload:
|
||||
|
Loading…
Reference in New Issue
Block a user