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 /doDebian.go | |
| parent | e689e0c08ed981fe92ab28c1ca8adbd0f3440cae (diff) | |
break up these steps somewhatv0.1.24
Diffstat (limited to 'doDebian.go')
| -rw-r--r-- | doDebian.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doDebian.go b/doDebian.go index fd2bde2..0a6be8d 100644 --- a/doDebian.go +++ b/doDebian.go @@ -54,6 +54,11 @@ func doBuildDeb() error { return stat.Err } } + if totalBuilt > 0 { + if _, err := shell.RunRealtimeError([]string{"do-aptly"}); err != nil { + me.sh.BadExit("aptly failed", nil) + } + } return nil } |
