diff options
| author | Jeff Carr <[email protected]> | 2025-10-26 15:25:46 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-26 15:25:46 -0500 |
| commit | 44b327450b27ebb93b47b4366c2d5b9bffdef59f (patch) | |
| tree | 220d48b1ecddde5c35b1f013ab50db62799f338f | |
| parent | 3d094417f0df51f8485a13897cbceb28b1421e26 (diff) | |
tracking down version tracking
| -rw-r--r-- | doBuild.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -84,8 +84,8 @@ func doBuild() (string, error) { // log.Info("MAKE DEB FOR:", i, path, debname, arches) bcount := fmt.Sprintf("%d", p.GetBuildCount()) var newcount string - smartver := "v" + p.GetSmartVersion() - curver := repo.GetCurrentVersion() + smartver := p.GetSmartVersion() + curver := repo.GetSmartVersion() if smartver == curver { newcount = fmt.Sprintf("%d", p.GetBuildCount()+1) } else { |
