more on patches

This commit is contained in:
Jeff Carr 2025-09-05 13:02:00 -05:00
parent e639f7d7b7
commit 7f831e90d2
1 changed files with 4 additions and 3 deletions

View File

@ -70,9 +70,10 @@ func debug() {
} }
// check for new patches // check for new patches
if err := me.forge.GetPatches(); err != nil { log.Info("should check for packages here")
log.Info("Get Patchsets Failed", err) // if err := me.forge.ListPatches(); err != nil {
} // log.Info("List Patchsets Failed", err)
// }
log.Printf("finished a forge scan here in (%s)\n", shell.FormatDuration(time.Since(now))) log.Printf("finished a forge scan here in (%s)\n", shell.FormatDuration(time.Since(now)))
time.Sleep(90 * time.Second) time.Sleep(90 * time.Second)