From a128a45ef978f1512c5acec2c138a360c4ea9870 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 15 Feb 2025 18:02:46 -0600 Subject: attempt to make debian packages on success --- http.go | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'http.go') diff --git a/http.go b/http.go index 5c4346b..648b04b 100644 --- a/http.go +++ b/http.go @@ -85,16 +85,6 @@ func okHandler(w http.ResponseWriter, r *http.Request) { setCurrentRepo(repo, "HTTP", "doRelease() ?") return - case "/fixNext": - check := me.forge.FindByGoPath(me.current.GetGoPath()) - if check == nil { - log.Info("boo, you didn't git clone", me.current.GetGoPath()) - return - } - // destroy and recreate the go.sum - fixGodepsOLD(check) - findOk = true - return case "/showNext": check := me.forge.FindByGoPath(me.current.GetGoPath()) if check == nil { -- cgit v1.2.3