python-diamond / Diamond

Diamond is a python daemon that collects system metrics and publishes them to Graphite (and others). It is capable of collecting cpu, memory, network, i/o, load and disk metrics. Additionally, it features an API for implementing custom collectors for gathering metrics from almost any source.
http://diamond.readthedocs.org/
MIT License
1.74k stars 600 forks source link

Changed custom version separator #690

Closed acampoh closed 2 years ago

acampoh commented 6 years ago

I tried to generate yesterday a deb package with a custom version and i saw that debuild shows an error when trying to generate a package with a '-' in the version unless you use the DEBUILD_TGZ_CHECK=no config.

coveralls commented 6 years ago

Coverage Status

Coverage increased (+0.04%) to 24.703% when pulling 6811fdcb890894224c1c8b29453c8f35f0af92cc on acampoh:fix_local_version into f2bece462577a7c557be8a9f90f6b9340c3db571 on python-diamond:master.

shortdudey123 commented 2 years ago

714 added no tgzcheck. Reopen if this is still a problem.