summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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
-
-