diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 29 |
1 files changed, 20 insertions, 9 deletions
@@ -14,10 +14,11 @@ stderr: build echo "writing to /tmp/guireleaser.stderr" ./guireleaser >/tmp/guireleaser.stderr 2>&1 -do-release: - make curl-release-list +prepare-release: + make curl-list-release-notdone make curl-incrementAllTargetVersions - make curl-release-list + make curl-list-release-notdone + make curl-whitelist-stuff make curl-findNext make curl-showNext @@ -52,8 +53,12 @@ curl-help: curl-tempWin: curl --silent http://localhost:9419/tempWin -curl-whitelist-gogit2: +curl-rescan-All: + curl --silent http://localhost:9419/rescanAll + +curl-whitelist-stuff: curl --silent http://localhost:9419/whitelist?repo=go.wit.com/dev/test/gogit2 + curl --silent http://localhost:9419/whitelist?repo=git.wit.org/jcarr/clone-gitea curl-setBranchesToMasterB: curl --silent http://localhost:9419/setBranchesToMasterB @@ -65,7 +70,9 @@ curl-findNext: curl-showNext: curl --silent http://localhost:9419/showNext -curl-doRelease: +doRelease: + make curl-showNext + sleep 10 curl --silent http://localhost:9419/doRelease curl-setTargetVersion-virtigo-v0.1.1: @@ -81,11 +88,11 @@ curl-incrementAllTargetVersions: # curl --silent http://localhost:9419/IncrementRevisonVersion?repo=go.wit.com/toolkit/debian # report on the release -curl-release-list: +curl-list-release-notdone: curl --silent http://localhost:9419/releaseList?readonly=true -curl-release-list-real: - curl --silent http://localhost:9419/releaseList?readonly=true?perfect=false +#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' @@ -95,5 +102,9 @@ curl-list-changed: curl --silent http://localhost:9419/list?perfect=false # include repos that you probably can't git push commits -curl-everything-list: +curl-list-everything: curl --silent http://localhost:9419/list?readonly=true + +curl-file-for-go.wit.com: + curl --silent http://localhost:9419/goweblist?readonly=true + curl --silent http://localhost:9419/goweblist?readonly=true |sort > ~/go.wit.com.versions |
