summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-04 22:37:55 -0500
committerJeff Carr <[email protected]>2025-09-04 22:37:55 -0500
commite09849b1a21349f1ac5eaa8d61547a38815c28c6 (patch)
tree95819fb477b02fad8c7f8a677d6b07febd38fd2a /doPatch.go
parent5dbfed7a317920777bb8ee643600e82c62d959fe (diff)
try to report old patches
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/doPatch.go b/doPatch.go
index 06d1e85..ee70400 100644
--- a/doPatch.go
+++ b/doPatch.go
@@ -37,6 +37,7 @@ func doPatch() error {
for p := range old.IterAll() {
log.Info("patch", p.Filename, p.Namespace)
}
+ me.forge.SubmitPatchesNew(old, "oldpatchset")
return nil
}