diff options
Diffstat (limited to 'scan.go')
| -rw-r--r-- | scan.go | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -55,11 +55,12 @@ func (r *Repo) NewScan() bool { } r.userVersion.SetLabel(uver) - cbname := r.Status.GetCurrentBranchName() - cbversion := r.Status.GetCurrentBranchVersion() - lasttag := r.Status.GetLastTagVersion() - r.lastTag.SetLabel(lasttag) - r.vLabel.SetLabel(cbname + " " + cbversion) + // cbname := r.Status.GetCurrentBranchName() + // cbversion := r.Status.GetCurrentBranchVersion() + // lasttag := r.Status.GetLastTagVersion() + // r.lastTag.SetLabel(lasttag) + // r.currentName.SetLabel(cbname) + // r.currentVersion.SetLabel(cbversion) if c, ok := r.Status.Changed(); ok { c := strings.TrimSpace(c) @@ -67,7 +68,7 @@ func (r *Repo) NewScan() bool { log.Info(r.Status.Path(), line) } } - r.targetV.SetText(r.Status.GetTargetVersion()) + // r.targetV.SetText(r.Status.GetTargetVersion()) status := r.Status.GetStatus() r.dirtyLabel.SetLabel(status) |
