File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
1717### Changed
1818- Display two digits after decimal point instead of three
19+ - Deprecate make single line static build
1920
2021### Fixed
2122- TDG Kafka brokers rps panels alias condition for InfluxDB
Original file line number Diff line number Diff line change @@ -44,10 +44,12 @@ endif
4444
4545.PHONY : build-static-prometheus
4646build-static-prometheus :
47+ @echo " This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
4748 ${MAKE} DASHBOARD_TEMPLATE=' Tarantool' _build-static-prometheus
4849
4950.PHONY : build-static-tdg-prometheus
5051build-static-tdg-prometheus :
52+ @echo " This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
5153 ${MAKE} DASHBOARD_TEMPLATE=' TDG' _build-static-prometheus
5254
5355
@@ -73,10 +75,12 @@ endif
7375
7476.PHONY : build-static-influxdb
7577build-static-influxdb :
78+ @echo " This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
7679 ${MAKE} DASHBOARD_TEMPLATE=' Tarantool' _build-static-influxdb
7780
7881.PHONY : build-static-tdg-influxdb
7982build-static-tdg-influxdb :
83+ @echo " This command is deprecated. Please, migrate to using 'CONFIG=config.yml make build' instead"
8084 ${MAKE} DASHBOARD_TEMPLATE=' TDG' _build-static-influxdb
8185
8286
You can’t perform that action at this time.
0 commit comments