diff options
| author | Jeff Carr <[email protected]> | 2024-02-12 15:23:44 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-12 15:23:44 -0600 |
| commit | 4348b1636cea0484f9554baf9ff2e1ab2ed9cf72 (patch) | |
| tree | 2f72705011d690b095464277373596c78ee0d7a6 /controlBox.go | |
| parent | b3eea67983ef8bdfa814b097d3cdf6a952d4ea78 (diff) | |
add build and tag dates to .deb packages
Diffstat (limited to 'controlBox.go')
| -rw-r--r-- | controlBox.go | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/controlBox.go b/controlBox.go index 4d1b893..ad2966e 100644 --- a/controlBox.go +++ b/controlBox.go @@ -23,11 +23,13 @@ type controlBox struct { Description *gadgets.OneLiner // repostatus things - pathL *gadgets.OneLiner - lastTag *gadgets.OneLiner - dirtyL *gadgets.OneLiner - currentL *gadgets.OneLiner - status *repostatus.RepoStatus + pathL *gadgets.OneLiner + lastTag *gadgets.OneLiner + dirtyL *gadgets.OneLiner + currentL *gadgets.OneLiner + buildDate *gadgets.OneLiner + tagDate *gadgets.OneLiner + status *repostatus.RepoStatus } // This initializes the control box |
