summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-05 03:17:40 -0600
committerJeff Carr <[email protected]>2024-11-05 03:17:40 -0600
commite9a24fe0db10b97756afca3ec85f284ce9659710 (patch)
treed1f33239fdaff3bf671e82f4f7d7f4ac6a0def7f /Makefile
parenta72c700f6336da2dd33d5559c8451ccab97172df (diff)
fix increment tag logic
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 10 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 5369d9d..6dd782e 100644
--- a/Makefile
+++ b/Makefile
@@ -52,6 +52,9 @@ curl-help:
curl-tempWin:
curl --silent http://localhost:9419/tempWin
+curl-whitelist-gogit2:
+ curl --silent http://localhost:9419/whitelist?repo=go.wit.com/dev/test/gogit2
+
curl-setBranchesToMasterB:
curl --silent http://localhost:9419/setBranchesToMasterB
@@ -71,16 +74,19 @@ curl-setTargetVersion-virtigo-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
+#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
+#curl-IncrementRevisonVersion:
+# curl --silent http://localhost:9419/IncrementRevisonVersion?repo=go.wit.com/toolkit/debian
# report on the release
curl-release-list:
curl --silent http://localhost:9419/releaseList?readonly=true
+curl-release-list-real:
+ curl --silent http://localhost:9419/releaseList?readonly=true?perfect=false
+
#curl-doSingleRepo:
# curl --silent 'http://localhost:9419/doSingleRepo?repo=go.wit.com/gui&dryrun=false'