diff options
| author | Jeff Carr <[email protected]> | 2025-10-05 02:26:29 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-05 02:26:29 -0500 |
| commit | 1fdae7345bc4e24eb45763a2b3b5c271d0f6aac7 (patch) | |
| tree | 211a257fc0c8dae49cf77adad76641435ae27afb | |
| parent | 9a5794ad4fb2b5c6cd291435270987f95d3d9bf9 (diff) | |
oops
| -rw-r--r-- | doBuild.go | 2 | ||||
| -rw-r--r-- | doDebian.go | 3 |
2 files changed, 1 insertions, 4 deletions
@@ -29,7 +29,7 @@ func doBuild() error { } if argv.Build.Debian != nil { - doDebian() + doOnlyDebianPackages() okExit("") } diff --git a/doDebian.go b/doDebian.go index bbe4044..af7e253 100644 --- a/doDebian.go +++ b/doDebian.go @@ -244,9 +244,6 @@ func doOnlyDebianPackages() error { } printRepos(found) - if argv.DryRun { - return nil - } me.forge.ConfigRill(16, 16) log.Info("STARTING .deb BUILDS repo len =", found.Len()) |
