summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-03-12 13:16:05 -0500
committerJeff Carr <[email protected]>2025-03-12 13:17:19 -0500
commit767380abd080682f2e13d8d41633c0f600b8f616 (patch)
tree932fdffe21bce59c57580857135633b4ff7ef196 /Makefile
parentbb4a6a01df71f7ce4338b8f61806ebf8832bffbf (diff)
the forgotten patchv0.0.47
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile15
1 files changed, 3 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index d753ca0..79e4927 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,9 @@ nogui:
./zookeeper --gui nocui
gocui: build
+ ./zookeeper --gui gocui
+
+gocui-debugging: build
./zookeeper --gui gocui >/tmp/forge.log 2>&1
build: goimports vet
@@ -60,15 +63,3 @@ http-toogle-ZOOD:
http-list-machines:
curl --silent http://localhost:8080/list
-
-http-ConfigSave:
- curl --silent http://localhost:8080/save
-
-http-set-zood-target:
- curl --silent "http://localhost:8080/target?package=zood&version=v0.0.8"
-
-http-upgrade-hpdev2.grid.wit.com:
- curl --silent "http://localhost:8080/upgrade?hostname=hpdev2.grid.wit.com"
-
-http-upgrade-mirrors.wit.com:
- curl --silent "http://localhost:8080/upgrade?hostname=mirrors.wit.com"