diff options
| author | Jeff Carr <[email protected]> | 2024-11-18 07:49:34 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-18 07:49:34 -0600 |
| commit | 82c559e6579f950b11e2fae1afc67660a14c0629 (patch) | |
| tree | 89e840591ed940de5226c15fc395e358f1c4ac26 /Makefile | |
| parent | 0b78c1f2d15608a9f6ddfaa977ef0f44dab77073 (diff) | |
apt update triggersv0.0.4
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -47,3 +47,15 @@ git-clone: http-toogle-ZOOD: curl --silent http://localhost:8080/flag?flag=ZOOD + +http-list-machines: + curl --silent http://localhost:8080/list + +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" |
