diff options
| author | Jeff Carr <[email protected]> | 2024-12-17 21:58:14 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-12-17 21:58:14 -0600 |
| commit | 79ea2eaec1e308276a2ebc6da9872bd21bee191c (patch) | |
| tree | 1293f18e7444c66302768659141d145e412bcc8d /Makefile | |
| parent | 491c4455d8e3df13d9ef1ce52751cc35292ad337 (diff) | |
more and more and morev0.23.6
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
@@ -87,21 +87,10 @@ curl-incrementAllTargetVersions: list-release-notdone: curl --silent http://localhost:9419/releaseList?readonly=true -# only show repos that need to be merged to the master branch -curl-list-changed: - curl --silent http://localhost:9419/list?perfect=false - -# include repos that you probably can't git push commits -curl-list-everything: +list-all: 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 - safe-build: install forge --find-private wit-package --no-gui --make-install cd ~/go/src/go.wit.com/lib/xgb/ && GUIRELEASE_REASON="safe-build" guireleaser - - |
