summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 25 insertions, 0 deletions
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