From 5ceab01b0e158d63582ae1610475bbe56233b4ee Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 13 Sep 2025 01:31:07 -0500 Subject: smarter build --- findNext.go | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'findNext.go') diff --git a/findNext.go b/findNext.go index 6c6b6b8..0886d1f 100644 --- a/findNext.go +++ b/findNext.go @@ -8,7 +8,6 @@ import ( "go.wit.com/log" - "go.wit.com/lib/gui/shell" "go.wit.com/lib/protobuf/gitpb" ) @@ -120,18 +119,6 @@ func findNext() bool { log.Info("NOTHING TO UPDATE. findCounter =", findCounter, "found len =", me.found.Len()) if me.found.Len() == 0 { printDone() - log.Info("cd lib/; make debian") - wit := me.forge.FindByGoPath("go.wit.com/apps/utils/wit-test") - if wit != nil { - log.Info("cd", wit.GetFullPath()) - os.Chdir(wit.GetFullPath()) - shell.Exec([]string{"ls", "-l"}) - if argv.Full { - shell.Exec([]string{"make", "debian-release-force"}) - } else { - shell.Exec([]string{"make", "debian-release"}) - } - } okExit("") } } else { -- cgit v1.2.3