diff options
| author | Jeff Carr <[email protected]> | 2025-09-04 22:37:55 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-04 22:37:55 -0500 |
| commit | e09849b1a21349f1ac5eaa8d61547a38815c28c6 (patch) | |
| tree | 95819fb477b02fad8c7f8a677d6b07febd38fd2a /doPatch.go | |
| parent | 5dbfed7a317920777bb8ee643600e82c62d959fe (diff) | |
try to report old patches
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 } |
