diff options
| author | Jeff Carr <[email protected]> | 2025-09-05 13:02:00 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-05 13:02:00 -0500 |
| commit | 7f831e90d22e30dc32bda54beba3f37783c4dd1b (patch) | |
| tree | 2a41d0238e6848ae8a4e13b73056c34096cabde1 | |
| parent | e639f7d7b7930185aa319a91317087015887d75e (diff) | |
more on patches
| -rw-r--r-- | doGui.go | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -70,9 +70,10 @@ func debug() { } // check for new patches - if err := me.forge.GetPatches(); err != nil { - log.Info("Get Patchsets Failed", err) - } + log.Info("should check for packages here") + // 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))) time.Sleep(90 * time.Second) |
