summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--doBuild.go2
2 files changed, 2 insertions, 1 deletions
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)