diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 36 |
1 files changed, 23 insertions, 13 deletions
@@ -3,18 +3,16 @@ VERSION = $(shell git describe --tags) all: build ./guireleaser --help -single: build - ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run +# single: build +# ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run +# dump: +# ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run --dump-versions +# single-really-do-it: build +# ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" -dump: - ./guireleaser go.wit.com/apps/go-clone --increment --release --reason "testing guireleaser" --dry-run --dump-versions - -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 goimports: goimports -w *.go @@ -51,8 +49,20 @@ curl-setBranchesToMasterB: curl-findNext: curl --silent http://localhost:9419/findNext +curl-showNext: + curl --silent http://localhost:9419/showNext + +curl-setTargetVersion: + curl --silent http://localhost:9419/setTargetVersion?version=v0.22.5 + +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: +curl-release-list: curl --silent http://localhost:9419/releaselist?readonly=true #curl-doSingleRepo: @@ -63,5 +73,5 @@ 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-everything-list: curl --silent http://localhost:9419/list?readonly=true |
