diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 20:09:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 20:09:29 -0500 |
| commit | 6b70cc1f09163a455a8b85047bf393ea201b46c7 (patch) | |
| tree | 2c90bcce6c4ed261bbd86b7413d5aafda5b26df7 /doBuild.go | |
| parent | 9292d023b97783fc06ca5f21d67a03338ee10913 (diff) | |
redo for the millionth time
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ func doBuild() (string, error) { cmd := makeGoDebCmd(repo, newcount, "") cmdstr := fmt.Sprintf("%v", cmd) build := "no" - if (smartver != curver) || repo.CheckDirty() { + if (smartver != curver) || repo.CheckDirty() || argv.All { build = "yes" repo.DirtyList = cmd tobuild.Clone(repo) |
