summaryrefslogtreecommitdiffstats
path: root/netdata.spec.in
diff options
context:
space:
mode:
authorPaweł Krupa <pawel@krupa.net.pl>2018-09-26 12:46:28 +0200
committerGitHub <noreply@github.com>2018-09-26 12:46:28 +0200
commitc1b02322653f8474c6dc077f33f016d68f54406b (patch)
treed79203405b885b533db58455a77a344c6de98a65 /netdata.spec.in
parent465d375c5096421254c6e331394bf6d69ab36db9 (diff)
reproducible build system (#4294)
- Move `m4` dir to `build/m4` to clean TLD - create `build/build.sh` script which builds netdata in docker container - create `build/Dockerfile` which creates reproducible build environment - exclude `.lgtm.yml` from final package - use `.tar.gz` package in `netdata.spec.in` as `*.xz` and `*.bz2` will be removed due to #3913 What it does is simple, you don't need any libraries installed on host to build netdata as they are provided inside a container.
Diffstat (limited to 'netdata.spec.in')
-rw-r--r--netdata.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdata.spec.in b/netdata.spec.in
index 36a8530e81..f948e495ff 100644
--- a/netdata.spec.in
+++ b/netdata.spec.in
@@ -85,7 +85,7 @@ Version: @PACKAGE_RPM_VERSION@
Release: 1%{?dist}
License: GPLv3+
Group: Applications/System
-Source0: https://github.com/netdata/%{name}/releases/download/v@PACKAGE_VERSION@/%{name}-@PACKAGE_VERSION@.tar.xz
+Source0: https://github.com/netdata/%{name}/releases/download/v@PACKAGE_VERSION@/%{name}-@PACKAGE_VERSION@.tar.gz
URL: http://my-netdata.io
BuildRequires: pkgconfig
BuildRequires: xz