summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-04 13:24:46 -0600
committerJeff Carr <[email protected]>2024-11-04 13:24:46 -0600
commitd3cc4d6a154680e2ff1463ff2d1d3687fef82c1a (patch)
treee9064b5c94c1185da69d4a1d708bb4dc1b46ddff /Makefile
parent9f7d0343397b0245fa0ba01cf488fa4bcca3bb5c (diff)
more http options
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile36
1 files changed, 23 insertions, 13 deletions
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