File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11.PHONY : build clean test package serve run-compose-test
22PKGS := $(shell go list ./... | grep -v /vendor/)
3- VERSION := $(shell git describe --always)
3+ VERSION := $(shell git describe --always |sed -e "s/^v//" )
44
55build :
66 @echo " Compiling source"
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ PREINSTALL_SCRIPT=$TARGET/pre-install.sh
3838POSTUNINSTALL_SCRIPT=$TARGET /post-uninstall.sh
3939
4040LICENSE=MIT
41- VERSION=` git describe --always`
42- URL=https://docs .loraserver.io/$NAME /
41+ VERSION=` git describe --always | sed -e " s/^v// " `
42+ URL=https://www .loraserver.io/$NAME /
4343MAINTAINER=info@brocaar.com
4444VENDOR=" LoRa Server project"
4545DESCRIPTION=" LoRa Gateway Bridge abstracts the packet_forwarder protocol into JSON over MQTT"
You can’t perform that action at this time.
0 commit comments