Author: Lars Michelsen <[email protected]> Date: Wed Nov 23 20:19:06 2011 +0100 Committer: Lars Michelsen <[email protected]> Commit-Date: Wed Nov 23 20:19:06 2011 +0100
Ignoring vi tmp files during omd site deploy --- .f12 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/.f12 b/.f12 index 94705c2..7a7acdf 100755 --- a/.f12 +++ b/.f12 @@ -19,7 +19,7 @@ sudo rm -f /etc/apache2/conf.d/nagvis.conf.* # Install to omd site local/ # sudo su - $SITE -c "[ ! -d /omd/sites/$SITE/nvsrc ] && mkdir /omd/sites/$SITE/nvsrc ; \ -rsync --filter='- .git' -av /d1/nagvis/ /omd/sites/$SITE/nvsrc/ ; \ +rsync --filter='- .git' --filter='- .*.swp' -av /d1/nagvis/ /omd/sites/$SITE/nvsrc/ ; \ cd /omd/sites/$SITE/nvsrc/ ; \ yes y | ./omd_install.sh" ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
