From a646579861447030b1fb5831f05fef2eacbd6c12 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 15 Oct 2025 06:26:13 -0500 Subject: dump this. was a bad idea --- currentVersions.go | 6 +++--- repo.proto | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/currentVersions.go b/currentVersions.go index 2b068c7..40ae14d 100644 --- a/currentVersions.go +++ b/currentVersions.go @@ -123,9 +123,9 @@ func (repo *Repo) DebianCurrentVersion() string { if newv == "" { newv = "0.0" } - if repo.CheckDirty() { - newv += "-dirty" - } + //if repo.CheckDirty() { + // newv += "-dirty" + //} return newv } diff --git a/repo.proto b/repo.proto index 048dc3b..ca5f055 100644 --- a/repo.proto +++ b/repo.proto @@ -69,7 +69,7 @@ message Repo { // `autogenpb string state = 23; // status or state. useful for building tooling GitTag currentTag = 24; // used to examine repo branches GitConfig gitConfig = 25; // protobuf of the current .git/config - map control = 26; // control values. can be used to make packages (like .deb or .rpm) + // map control = 26; // control values. can be used to make packages (like .deb or .rpm) Stats stats = 27; // rewrite the existing crappy code here } -- cgit v1.2.3