From 1e3f4a3b9feb0cc8bfa450a311ccca2b5f36362f Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 07:43:30 -0500 Subject: new .proto files --- doPatch.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doPatch.go') diff --git a/doPatch.go b/doPatch.go index 63d6323..064bd31 100644 --- a/doPatch.go +++ b/doPatch.go @@ -64,7 +64,7 @@ func doPatch() error { } if argv.Patch.Get != nil { - psets := forgepb.NewPatchsets() + psets := forgepb.NewSets() newpb, _, _ := psets.HttpPostVerbose(myServer(), "get") newpb.PrintTable() me.forge.Patchsets = newpb @@ -184,7 +184,7 @@ func dumpWorkRepos() bool { // returns bad if patches can not be applied // logic is not great here but it was a first pass -func dumpPatchset(pset *forgepb.Patchset) bool { +func dumpPatchset(pset *forgepb.Set) bool { // don't even bother to continue if we already know it's broken if pset.State == "BROKEN" { log.Printf("Patchset Name: %-24s Author: %s <%s> IS BAD\n", pset.Name, pset.GetGitAuthorName(), pset.GetGitAuthorEmail()) -- cgit v1.2.3