File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -696,19 +696,17 @@ info: ## displays setup information
696696 @echo ' - ULR : ${VCS_URL}'
697697 @echo ' - REF : ${VCS_REF}'
698698 @echo ' - (STATUS)REF_CLIENT : (${VCS_STATUS_CLIENT}) ${VCS_REF_CLIENT}'
699- @echo ' DIRECTOR_API_VERSION : ${DIRECTOR_API_VERSION}'
700- @echo ' STORAGE_API_VERSION : ${STORAGE_API_VERSION}'
701- @echo ' DATCORE_ADAPTER_API_VERSION : ${DATCORE_ADAPTER_API_VERSION}'
702- @echo ' WEBSERVER_API_VERSION : ${WEBSERVER_API_VERSION}'
703699 # dev tools version
704- @echo ' make : $(shell make --version 2>&1 | head -n 1)'
705- @echo ' jq : $(shell jq --version)'
706700 @echo ' awk : $(shell awk -W version 2>&1 | head -n 1)'
707- @echo ' python : $(shell python3 --version)'
708- @echo ' node : $(shell node --version 2> /dev/null || echo ERROR nodejs missing)'
709701 @echo ' docker : $(shell docker --version)'
710702 @echo ' docker buildx : $(shell docker buildx version)'
711703 @echo ' docker compose: $(shell docker compose version)'
704+ @echo ' jq : $(shell jq --version)'
705+ @echo ' make : $(shell make --version 2>&1 | head -n 1)'
706+ @echo ' node : $(shell node --version 2> /dev/null || echo ERROR nodejs missing)'
707+ @echo ' python : $(shell python3 --version)'
708+ @echo ' uv : $(shell uv --version 2> /dev/null || echo ERROR uv missing)'
709+ @echo ' ubuntu : $(shell lsb_release --description --short 2> /dev/null | tail || echo ERROR Not an Ubuntu OS )'
712710
713711
714712define show-meta
You can’t perform that action at this time.
0 commit comments