jmx_exporter
jmx_exporter copied to clipboard
Use artifactId to generate debian package name
- Since 77a5b8fe17520a097429cf5f47021990c0eb6438, "name" is "Prometheus JMX Exporter - Http Server", which break debian package generation
- use artifactId to get a correct name
This restore previous behavior, otherwise the package is not installable on debian systems:
dpkg: error processing archive /home/build/jmx_prometheus_httpserver-0.16.1.deb (--install):
parsing file '/var/lib/dpkg/tmp.ci/control' near line 1:
invalid package name (character ' ' not allowed (only letters, digits and characters '-+._'))
It would bee great to get this merged. We prefer installing debian packages over hand crafting installations, but this bug is preventing us from using newer versions of jmx exporter.
Hi :)
Is it possible for this PR to be merged ? This is really a small change affecting debian package build (which is advertised in the README), and it would be super awesome to have it fixed for the next release :pray:
Thanks a lot for the reminder and for the PR, it's merged now.