From 82c559e6579f950b11e2fae1afc67660a14c0629 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 18 Nov 2024 07:49:34 -0600 Subject: apt update triggers Signed-off-by: Jeff Carr --- Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 190098d..e335433 100644 --- a/Makefile +++ b/Makefile @@ -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" -- cgit v1.2.3