diff options
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 - - |
