summaryrefslogtreecommitdiff
path: root/doPatch.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-23 07:43:30 -0500
committerJeff Carr <[email protected]>2025-09-23 07:43:30 -0500
commit1e3f4a3b9feb0cc8bfa450a311ccca2b5f36362f (patch)
tree92a280acbc84e0bcea51612ac27fbb45536a78b9 /doPatch.go
parente300719241a8bfe62db429f349315ff15816062d (diff)
new .proto files
Diffstat (limited to 'doPatch.go')
-rw-r--r--doPatch.go4
1 files changed, 2 insertions, 2 deletions
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())