]> arthur.barton.de Git - netdata.git/commitdiff
pre-release 1.3.0 checks: added missing files
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 27 Aug 2016 21:31:12 +0000 (00:31 +0300)
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>
Sat, 27 Aug 2016 21:31:12 +0000 (00:31 +0300)
Makefile.am

index 85072a524a2628aa2dda54a86ff05e8a739d063b..3ed5e62bf46331be518adfc0f2374fb77a53a3a9 100644 (file)
@@ -38,8 +38,15 @@ SUBDIRS = \
        contrib \
        $(NULL)
 
-dist_noinst_DATA = netdata.spec
+dist_noinst_DATA= \
+       configs.signatures \
+       Dockerfile \
+       netdata.spec \
+       $(NULL)
 
 # until integrated within build
 # should be proper init.d/openrc/systemd usable
-dist_noinst_SCRIPTS = netdata-installer.sh
+dist_noinst_SCRIPTS= \
+       docker-build.sh \
+       netdata-installer.sh \
+       $(NULL)