more on patches
This commit is contained in:
parent
e639f7d7b7
commit
7f831e90d2
7
doGui.go
7
doGui.go
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue