From cfb4fb61bfab6e6816c0080b47d6a6d4b935cea2 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 2 Dec 2024 05:13:17 -0600 Subject: more rewriting of old code --- Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 64881b9..89f836a 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.3