mirror of
https://github.com/getredash/redash.git
synced 2025-12-19 17:37:19 -05:00
update makefile to set version"
This commit is contained in:
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:
|
||||
|
||||
Reference in New Issue
Block a user