diff options
| author | Jeff Carr <[email protected]> | 2025-02-15 18:02:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-15 18:02:46 -0600 |
| commit | a128a45ef978f1512c5acec2c138a360c4ea9870 (patch) | |
| tree | 1fdf541a25b9754bf2f37511c147ff3444c578d0 /http.go | |
| parent | 8efada2a5412d202de5eb1f30436f2eab5550bac (diff) | |
attempt to make debian packages on success
Diffstat (limited to 'http.go')
| -rw-r--r-- | http.go | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 { |
