From d3cc4d6a154680e2ff1463ff2d1d3687fef82c1a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 4 Nov 2024 13:24:46 -0600 Subject: more http options Signed-off-by: Jeff Carr --- Makefile | 36 +++++++++++++++++++++++------------- 1 file changed, 23 insertions(+), 13 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5d52c4a..8d371ee 100644 --- a/Makefile +++ b/Makefile @@ -3,18 +3,16 @@ VERSION = $(shell git describe --tags) all: build ./guireleaser --help -single: build - ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run +# single: build +# ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run +# dump: +# ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run --dump-versions +# single-really-do-it: build +# ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" -dump: - ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run --dump-versions - -single-really-do-it: build - ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" - -stderr: build - echo "writing to /tmp/guireleaser.stderr" - ./guireleaser >/tmp/guireleaser.stderr 2>&1 +# stderr: build +# echo "writing to /tmp/guireleaser.stderr" +# ./guireleaser >/tmp/guireleaser.stderr 2>&1 goimports: goimports -w *.go @@ -51,8 +49,20 @@ curl-setBranchesToMasterB: curl-findNext: curl --silent http://localhost:9419/findNext +curl-showNext: + curl --silent http://localhost:9419/showNext + +curl-setTargetVersion: + curl --silent http://localhost:9419/setTargetVersion?version=v0.22.5 + +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: +curl-release-list: curl --silent http://localhost:9419/releaselist?readonly=true #curl-doSingleRepo: @@ -63,5 +73,5 @@ 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-everything-list: curl --silent http://localhost:9419/list?readonly=true -- cgit v1.2.3