summaryrefslogtreecommitdiff
path: root/doDebian.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-03 03:52:26 -0500
committerJeff Carr <[email protected]>2025-10-03 03:52:26 -0500
commit3e8bef724c2173c4ecf749e0c03d9131abd094bb (patch)
treec94e81706a78970bbef16054172b944f7f8bf84f /doDebian.go
parent62abca26fd749a3fcb7838479e90bef7db747d0f (diff)
add rdate
Diffstat (limited to 'doDebian.go')
-rw-r--r--doDebian.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doDebian.go b/doDebian.go
index 21571c2..5bdf614 100644
--- a/doDebian.go
+++ b/doDebian.go
@@ -39,7 +39,7 @@ func doDebian() {
okExit("")
}
- me.forge.ConfigRill(5, 5)
+ me.forge.ConfigRill(16, 16)
stats := me.forge.RunOnRepos(found, buildDeb)
for s, stat := range stats {
log.Info(s, stat.Err)