summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile25
1 files changed, 8 insertions, 17 deletions
diff --git a/Makefile b/Makefile
index 02a47e3..60ba15e 100644
--- a/Makefile
+++ b/Makefile
@@ -19,8 +19,8 @@ prepare-release:
make curl-incrementAllTargetVersions
make curl-list-release-notdone
make curl-whitelist-stuff
- make curl-findNext
- make curl-showNext
+ make findNext
+ make showNext
goimports:
goimports -w *.go
@@ -64,39 +64,30 @@ curl-setBranchesToMasterB:
curl --silent http://localhost:9419/setBranchesToMasterB
# report on the release
-curl-findNext:
+findNext:
curl --silent http://localhost:9419/findNext
-curl-showNext:
+showNext:
curl --silent http://localhost:9419/showNext
doRelease:
- make curl-showNext
+ make showNext
sleep 10
curl --silent http://localhost:9419/doRelease
+curl-setCurrent-go-wit-com-gui:
+ curl --silent http://localhost:9419/setCurrentRepo?repo=go.wit.com/gui
+
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
-
-#curl-IncrementRevisonVersion:
-# curl --silent http://localhost:9419/IncrementRevisonVersion?repo=go.wit.com/toolkit/debian
-
# report on the release
curl-list-release-notdone:
curl --silent http://localhost:9419/releaseList?readonly=true
-#curl-list-release-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'
-
# only show repos that need to be merged to the master branch
curl-list-changed:
curl --silent http://localhost:9419/list?perfect=false