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 601 forks source link

Makefile: debuild --no-tgz-check to prevent debuild from asking questions when localversion is set #717

Closed mpasternacki closed 2 years ago

mpasternacki commented 6 years ago

make builddeb when localversion file is present (and package revision is set) complains that "This package has a Debian revision number but there does not seem to be an appropriate original tar file or .orig directory in the parent directory" and asks whether to proceed, which breaks unattended builds. This flag for debuild skips check for orig tarball.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 24.394% when pulling 6a05a6a496db10285e2138c5aa0fdf4cb66897c3 on mpasternacki:fix-builddeb-localversion into 0f3eb04327d6d3ed5e53a9967d6c9d2c09714a47 on python-diamond:master.