summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 21:58:14 -0600
committerJeff Carr <[email protected]>2024-12-17 21:58:14 -0600
commit79ea2eaec1e308276a2ebc6da9872bd21bee191c (patch)
tree1293f18e7444c66302768659141d145e412bcc8d /Makefile
parent491c4455d8e3df13d9ef1ce52751cc35292ad337 (diff)
more and more and morev0.23.6
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 1 insertions, 12 deletions
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
-
-