From 2ab5bd6641c60109b2e12c424984489230196626 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 13 Oct 2025 04:51:09 -0500 Subject: don't like this anymore because things are working now --- Makefile | 1 + doBuild.go | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c98de31..8552dbe 100644 --- a/Makefile +++ b/Makefile @@ -65,6 +65,7 @@ publish: forge show deb-with-commits: + rm -f ~/incoming/*.deb forge commit --all forge normal wit build deb --all --force diff --git a/doBuild.go b/doBuild.go index 441ab97..2c8fe85 100644 --- a/doBuild.go +++ b/doBuild.go @@ -93,7 +93,7 @@ func doInstallRepo(check *gitpb.Repo) error { return nil } - if argv.Verbose || argv.Force { + if argv.Verbose { verbose := []string{"-v", "-x"} if err := me.forge.Install(check, verbose); err != nil { log.Warn("INSTALL FAILED", check.Namespace, err) -- cgit v1.2.3