From ecf404994754b339e6e3fce1fceda7f0e0734d7c Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 7 Sep 2025 19:14:38 -0500 Subject: start using a standard http PB --- patchset.Get.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'patchset.Get.go') diff --git a/patchset.Get.go b/patchset.Get.go index 5780fab..e9f183d 100644 --- a/patchset.Get.go +++ b/patchset.Get.go @@ -66,11 +66,11 @@ func (f *Forge) loadUpstreamPatchsets(psets *Patchsets) { // log.Info("\talready found!!!!!!!", pset.Uuid, patch.Namespace) continue } - if err := f.addRandomPatch(patch); err == nil { + if f.AddNewPatch(patch) { log.Info("\tnew patch added:", patch.CommitHash, found.Name, found.Comment, author) foundnew = true } else { - log.Info("\tnew patch failed:", patch.CommitHash, found.Name, found.Comment, author, err) + log.Info("\tnew patch failed:", patch.CommitHash, found.Name, found.Comment, author) } } pset.State = found.State -- cgit v1.2.3