diff options
| author | Jeff Carr <[email protected]> | 2025-03-12 13:16:05 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-03-12 13:17:19 -0500 |
| commit | 767380abd080682f2e13d8d41633c0f600b8f616 (patch) | |
| tree | 932fdffe21bce59c57580857135633b4ff7ef196 /Makefile | |
| parent | bb4a6a01df71f7ce4338b8f61806ebf8832bffbf (diff) | |
the forgotten patchv0.0.47
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 15 |
1 files changed, 3 insertions, 12 deletions
@@ -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" |
