From cf943fc5ba31a1da06c2620f57eb763a1e05bb7a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 5 Nov 2024 05:57:59 -0600 Subject: attempting a release again Signed-off-by: Jeff Carr --- Makefile | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 02a47e3..60ba15e 100644 --- a/Makefile +++ b/Makefile @@ -19,8 +19,8 @@ prepare-release: make curl-incrementAllTargetVersions make curl-list-release-notdone make curl-whitelist-stuff - make curl-findNext - make curl-showNext + make findNext + make showNext goimports: goimports -w *.go @@ -64,39 +64,30 @@ curl-setBranchesToMasterB: curl --silent http://localhost:9419/setBranchesToMasterB # report on the release -curl-findNext: +findNext: curl --silent http://localhost:9419/findNext -curl-showNext: +showNext: curl --silent http://localhost:9419/showNext doRelease: - make curl-showNext + make showNext sleep 10 curl --silent http://localhost:9419/doRelease +curl-setCurrent-go-wit-com-gui: + curl --silent http://localhost:9419/setCurrentRepo?repo=go.wit.com/gui + curl-setTargetVersion-virtigo-v0.1.1: curl --silent http://localhost:9419/setTargetVersion?version=v0.1.1 curl-incrementAllTargetVersions: curl --silent http://localhost:9419/setAllTargetVersions -#curl-IncrementMinorVersion: -# curl --silent http://localhost:9419/IncrementMinorVersion?repo=go.wit.com/toolkit/debian - -#curl-IncrementRevisonVersion: -# curl --silent http://localhost:9419/IncrementRevisonVersion?repo=go.wit.com/toolkit/debian - # report on the release curl-list-release-notdone: curl --silent http://localhost:9419/releaseList?readonly=true -#curl-list-release-real: -# curl --silent http://localhost:9419/releaseList?readonly=true?perfect=false - -#curl-doSingleRepo: -# curl --silent 'http://localhost:9419/doSingleRepo?repo=go.wit.com/gui&dryrun=false' - # only show repos that need to be merged to the master branch curl-list-changed: curl --silent http://localhost:9419/list?perfect=false -- cgit v1.2.3