summaryrefslogtreecommitdiff
path: root/scan.go
diff options
context:
space:
mode:
Diffstat (limited to 'scan.go')
-rw-r--r--scan.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/scan.go b/scan.go
index 1549815..9fd4876 100644
--- a/scan.go
+++ b/scan.go
@@ -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()
}