diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -25,9 +25,6 @@ install: GO111MODULE=off go install \ -ldflags "-X main.VERSION=${VERSION} -X main.BUILDTIME=${BUILDTIME} -X gui.GUIVERSION=${VERSION}" -test: build - GUIRELEASE_REASON='test build' ./guireleaser - check-git-clean: @git diff-index --quiet HEAD -- || (echo "Git repository is dirty, please commit your changes first"; exit 1) @@ -40,9 +37,6 @@ redomod: curl-help: curl --silent http://localhost:9419/help -tempWin: - curl --silent http://localhost:9419/tempWin - curl-rescan-All: curl --silent http://localhost:9419/rescanAll @@ -60,6 +54,9 @@ findNext: showNext: curl --silent http://localhost:9419/showNext +testNext: + curl --silent http://localhost:9419/testNext + doRelease: reset make curl-list-changed @@ -70,6 +67,10 @@ doRelease: curl-setCurrent-go-wit-com-gui: curl --silent http://localhost:9419/setCurrentRepo?repo=go.wit.com/gui +curl-setCurrent-go-clone: + curl --silent http://localhost:9419/setCurrentRepo?repo=go.wit.com/apps/go-clone + make showNext + curl-setTargetVersion-virtigo-v0.1.1: curl --silent http://localhost:9419/setTargetVersion?version=v0.1.1 |
