From 79ea2eaec1e308276a2ebc6da9872bd21bee191c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 17 Dec 2024 21:58:14 -0600 Subject: more and more and more --- Makefile | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25aa5a4..65acc1f 100644 --- a/Makefile +++ b/Makefile @@ -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 - - -- cgit v1.2.3