From 9f7d0343397b0245fa0ba01cf488fa4bcca3bb5c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 4 Nov 2024 08:16:42 -0600 Subject: compliles and does stuff Signed-off-by: Jeff Carr --- Makefile | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7153cbb..5d52c4a 100644 --- a/Makefile +++ b/Makefile @@ -40,3 +40,28 @@ redomod: rm -f go.* GO111MODULE= go mod init GO111MODULE= go mod tidy + +curl-help: + curl --silent http://localhost:9419/help + +curl-setBranchesToMasterB: + curl --silent http://localhost:9419/setBranchesToMasterB + +# report on the release +curl-findNext: + curl --silent http://localhost:9419/findNext + +# report on the release +curl-list-release: + curl --silent http://localhost:9419/releaselist?readonly=true + +#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 + +# include repos that you probably can't git push commits +curl-list-include-readonly: + curl --silent http://localhost:9419/list?readonly=true -- cgit v1.2.3