diff options
| author | Jeff Carr <[email protected]> | 2024-11-05 05:57:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-05 05:57:59 -0600 |
| commit | cf943fc5ba31a1da06c2620f57eb763a1e05bb7a (patch) | |
| tree | 7a75c62546e445d76a1ff0670cb17cc81c71f73c /Makefile | |
| parent | c79cdb30076a2a9a5093409886db8913f224c230 (diff) | |
attempting a release again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 25 |
1 files changed, 8 insertions, 17 deletions
@@ -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 |
