diff options
| author | Jeff Carr <[email protected]> | 2025-10-07 19:05:39 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-07 19:05:39 -0500 |
| commit | 48bcafb2e388295567476f35e45b814f71692061 (patch) | |
| tree | 285795e6835803eee96d6a75ea2c91518a854b28 /doBuild.go | |
| parent | e689e0c08ed981fe92ab28c1ca8adbd0f3440cae (diff) | |
break up these steps somewhatv0.1.24
Diffstat (limited to 'doBuild.go')
| -rw-r--r-- | doBuild.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -30,11 +30,6 @@ func doBuild() error { if argv.Build.Debian != nil { doBuildDeb() - if totalBuilt > 0 { - if _, err := shell.RunRealtimeError([]string{"do-aptly"}); err != nil { - me.sh.BadExit("aptly failed", nil) - } - } okExit("") } |
