From: Stephen Gran Date: Tue, 5 Apr 2011 16:54:53 +0000 (+0100) Subject: this should now work X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=c7f06191526841dee99fce358640f156f3fa8271;p=mirror%2Fdsa-nagios.git this should now work Signed-off-by: Stephen Gran --- diff --git a/config/Makefile b/config/Makefile index 43d59c7..ede7e95 100644 --- a/config/Makefile +++ b/config/Makefile @@ -8,6 +8,7 @@ clean: rm -rf generated install: generated/nrpe_dsa.cfg + [ "$$(hostname -f)" = 'draghi.debian.org' ] || (echo "just git push"; exit 1) rsync -avHz --delete-before --ignore-errors -e 'ssh -t -i /var/lib/puppet/.ssh/id_rsa.puppet-sync' generated static handel.debian.org:draghi.debian.org/nagiosconfig .PHONY: all deb