From 07decc492eea8b611fc28fcb052e7a2d783e8513 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 1 Dec 2024 16:17:28 -0600 Subject: maybe works? --- releaseBox.go | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'releaseBox.go') diff --git a/releaseBox.go b/releaseBox.go index 07d0fa9..e4de30c 100644 --- a/releaseBox.go +++ b/releaseBox.go @@ -317,24 +317,6 @@ func findNext() bool { } continue } - // if the RepoType is a binary, check if the package dependancies changed, if so, re-publish - if repo.RepoType() == "binary" { - check := me.forge.Repos.FindByGoPath(repo.GoPath()) - if check == nil { - log.Info("boo, you didn't git clone", repo.GoPath()) - os.Exit(-1) - } - match, err := me.forge.Repos.GoDepsChanged(check) - if err != nil { - log.Info("dependancy checks failed", check.GetGoPath(), err) - os.Exit(-1) - } - if match { - log.Printf("dependancy checks indicate a new release is needed for %s\n", check.GetGoPath()) - } else { - log.Printf("dependancies have not changed for %s\n", check.GetGoPath()) - } - } log.Info("findNext()", repo.GoPath(), "is not a primative repo") if checkValidGoSum(repo) { setCurrentRepo(repo, "should be good to release", "pretty sure") -- cgit v1.2.3