diff options
| author | Jeff Carr <[email protected]> | 2025-09-23 07:43:30 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-23 07:43:30 -0500 |
| commit | 1e3f4a3b9feb0cc8bfa450a311ccca2b5f36362f (patch) | |
| tree | 92a280acbc84e0bcea51612ac27fbb45536a78b9 /doPatch.go | |
| parent | e300719241a8bfe62db429f349315ff15816062d (diff) | |
new .proto files
Diffstat (limited to 'doPatch.go')
| -rw-r--r-- | doPatch.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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()) |
