diff options
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,6 +22,7 @@ func (r *repo) newScan() bool { log.Warn("repo does not exist", r.getPath()) return false } + /* mname := r.status.GetMasterBranchName() mver := r.status.GetMasterVersion() if mname != "guimaster" { @@ -42,6 +43,7 @@ func (r *repo) newScan() bool { uver = uver + " (" + uname + ")" } r.userVersion.SetLabel(uver) + */ cbname := r.status.GetCurrentBranchName() cbversion := r.status.GetCurrentBranchVersion() @@ -136,7 +138,7 @@ func scanGoSum() { if status == "PERFECT" { continue } else { - repo.status.Update() + repo.status.UpdateCurrent() repo.newScan() } |
