diff options
Diffstat (limited to 'findNext.go')
| -rw-r--r-- | findNext.go | 13 |
1 files changed, 0 insertions, 13 deletions
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 { |
