summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-05 01:44:24 -0600
committerJeff Carr <[email protected]>2024-11-05 01:44:24 -0600
commita72c700f6336da2dd33d5559c8451ccab97172df (patch)
tree8de17ebb874f1e02ebddecbb73dfb8544b645426 /Makefile
parentd3cc4d6a154680e2ff1463ff2d1d3687fef82c1a (diff)
got a temp window to work as a workaround
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile28
1 files changed, 22 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 8d371ee..5369d9d 100644
--- a/Makefile
+++ b/Makefile
@@ -10,9 +10,16 @@ all: build
# 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
+
+do-release:
+ make curl-release-list
+ make curl-incrementAllTargetVersions
+ make curl-release-list
+ make curl-findNext
+ make curl-showNext
goimports:
goimports -w *.go
@@ -42,6 +49,9 @@ redomod:
curl-help:
curl --silent http://localhost:9419/help
+curl-tempWin:
+ curl --silent http://localhost:9419/tempWin
+
curl-setBranchesToMasterB:
curl --silent http://localhost:9419/setBranchesToMasterB
@@ -52,8 +62,14 @@ curl-findNext:
curl-showNext:
curl --silent http://localhost:9419/showNext
-curl-setTargetVersion:
- curl --silent http://localhost:9419/setTargetVersion?version=v0.22.5
+curl-doRelease:
+ curl --silent http://localhost:9419/doRelease
+
+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
@@ -63,7 +79,7 @@ curl-IncrementRevisonVersion:
# report on the release
curl-release-list:
- curl --silent http://localhost:9419/releaselist?readonly=true
+ curl --silent http://localhost:9419/releaseList?readonly=true
#curl-doSingleRepo:
# curl --silent 'http://localhost:9419/doSingleRepo?repo=go.wit.com/gui&dryrun=false'