From c7f06191526841dee99fce358640f156f3fa8271 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 5 Apr 2011 17:54:53 +0100 Subject: [PATCH] this should now work Signed-off-by: Stephen Gran --- config/Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- 2.20.1