[Pkg-nagios-changes] [pkg-check-mk] 03/03: adjust some of the things that check-mk installs, update 1.4.0
Matt Taggart
taggart at moszumanska.debian.org
Fri Jun 23 08:01:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
taggart pushed a commit to branch master
in repository pkg-check-mk.
commit c636d328c5fe7dcbff567ce59c61e8fc76dc2025
Author: Matt Taggart <taggart at debian.org>
Date: Fri Jun 23 01:00:53 2017 -0700
adjust some of the things that check-mk installs, update 1.4.0
---
debian/rules | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)
diff --git a/debian/rules b/debian/rules
index 1256618..76ce611 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,17 +62,21 @@ install: build
rm -rf debian/tmp/usr/share/check_mk/agent/check-mk-agent*.deb
rm -rf debian/tmp/usr/share/check_mk/agent/check-mk-agent*.rpm
# java jar and classes (we don't rebuild these, help if you want them)
- rm -rf debian/tmp/usr/share/doc/check_mk/jasperreports
- # Windows binaries (we don't rebuild these, help if you want them)
+ rm -rf debian/tmp/usr/share/doc/check_mk/treasures/jasperreports
+ # Windows binaries related (we don't rebuild these, help if you want them)
rm -rf debian/tmp/usr/share/check_mk/agents/windows
+ rm -rf debian/tmp/usr/share/doc/check_mk/windows
+ rm -rf debian/tmp/usr/share/doc/check_mk/checks/windows_*
+ rm -rf debian/tmp/usr/share/check_mk/checks/windows_*
rm -rf debian/tmp/usr/share/doc/check_mk/treasures/windows_msi
- # fsc-celsius 'treasure' tarball that includes binaries
- rm -rf debian/tmp/usr/share/doc/check_mk/treasures/fsc-celsius*
- # agent_modbus
+ # remove sap agent with source tarball
+ rm -rf debian/tmp/usr/share/check_mk/agents/sap
+ # remove binary agent_modbus
rm debian/tmp/usr/share/doc/check_mk/treasures/modbus/agent_modbus
# remove waitmax binary, check_mk will use timeout if available
rm debian/tmp/usr/share/check_mk/agents/waitmax
rm debian/tmp/usr/share/check_mk/agents/z_os/waitmax
+ # copy the livestatus stuff that setup.sh generated in it's own dir
cp -a livestatus.src/debian/tmp/* debian/tmp/
## config files
# We need 2 different "defaults" files for Icinga and Nagios3
@@ -80,7 +84,7 @@ install: build
rm debian/tmp/usr/share/check_mk/web/htdocs/defaults.py
mkdir -p debian/check-mk-config-icinga/usr/share/check_mk/modules/
cp debian/defaults.icinga debian/check-mk-config-icinga/usr/share/check_mk/modules/defaults
- # We need 2 different Apache configs
+ # Switch the apache config to reference icinga
mkdir -p debian/check-mk-config-icinga/etc/apache2/conf-available/
cp debian/apache.icinga debian/check-mk-config-icinga/etc/apache2/conf-available/check-mk-multisite.conf
# Adjust path names
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-nagios/pkg-check-mk.git
More information about the Pkg-nagios-changes
mailing list