diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 28 |
1 files changed, 22 insertions, 6 deletions
@@ -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' |
