Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 739422 - net-analyzer/kapacitor - all versions up to (including) 1.5.5 - wrong `--version` output
Summary: net-analyzer/kapacitor - all versions up to (including) 1.5.5 - wrong `--vers...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-28 14:08 UTC by Konstantin (Qrator Labs)
Modified: 2020-08-28 20:30 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin (Qrator Labs) 2020-08-28 14:08:47 UTC
`--version` doesn't contain information about actual version and/or git commit id. HTTP API doesn't provide version also.
It makes it hard to verify what version is currently installed and running, our deploy scripts have to trust portage and sometimes just restart kapacitor for no good reason - to make sure newest version is actually the one that is running.

Reproducible: Always

Steps to Reproduce:
1. # kapacitor version

Actual Results:  
Output:

Kapacitor   (git:  )

Expected Results:  
kapacitor version and git commit should be printed

related: #691168

A fix was provided in https://github.com/gentoo/gentoo/pull/12554/ but got ignored.