Skip to content

Commit 0791e76

Browse files
committed
updates info data
1 parent b9da938 commit 0791e76

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

Makefile

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -697,19 +697,17 @@ info: ## displays setup information
697697
@echo ' - ULR : ${VCS_URL}'
698698
@echo ' - REF : ${VCS_REF}'
699699
@echo ' - (STATUS)REF_CLIENT : (${VCS_STATUS_CLIENT}) ${VCS_REF_CLIENT}'
700-
@echo ' DIRECTOR_API_VERSION : ${DIRECTOR_API_VERSION}'
701-
@echo ' STORAGE_API_VERSION : ${STORAGE_API_VERSION}'
702-
@echo ' DATCORE_ADAPTER_API_VERSION : ${DATCORE_ADAPTER_API_VERSION}'
703-
@echo ' WEBSERVER_API_VERSION : ${WEBSERVER_API_VERSION}'
704700
# dev tools version
705-
@echo ' make : $(shell make --version 2>&1 | head -n 1)'
706-
@echo ' jq : $(shell jq --version)'
707701
@echo ' awk : $(shell awk -W version 2>&1 | head -n 1)'
708-
@echo ' python : $(shell python3 --version)'
709-
@echo ' node : $(shell node --version 2> /dev/null || echo ERROR nodejs missing)'
710702
@echo ' docker : $(shell docker --version)'
711703
@echo ' docker buildx : $(shell docker buildx version)'
712704
@echo ' docker compose: $(shell docker compose version)'
705+
@echo ' jq : $(shell jq --version)'
706+
@echo ' make : $(shell make --version 2>&1 | head -n 1)'
707+
@echo ' node : $(shell node --version 2> /dev/null || echo ERROR nodejs missing)'
708+
@echo ' python : $(shell python3 --version)'
709+
@echo ' uv : $(shell uv --version 2> /dev/null || echo ERROR uv missing)'
710+
@echo ' ubuntu : $(shell lsb_release --description --short 2> /dev/null | tail || echo ERROR Not an Ubuntu OS )'
713711

714712

715713
define show-meta

0 commit comments

Comments
 (0)