diff options
| -rw-r--r-- | Makefile | 1 | ||||
| -rw-r--r-- | doBuild.go | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -65,6 +65,7 @@ publish: forge show deb-with-commits: + rm -f ~/incoming/*.deb forge commit --all forge normal wit build deb --all --force @@ -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) |
