From 4ebd7974b49f85b7a96e6e73d1309a5f642a61c6 Mon Sep 17 00:00:00 2001 From: Angus Salkeld Date: Wed, 12 May 2010 23:13:51 +0000 Subject: [PATCH] autobuild: clean up the example config before installing git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2815 fd59a12c-fef9-0310-b244-a6a79926bd2f --- autobuild.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/autobuild.sh b/autobuild.sh index 9ecb8906..86043d00 100755 --- a/autobuild.sh +++ b/autobuild.sh @@ -85,6 +85,7 @@ echo onto the test nodes $TEST_NODES for n in $TEST_NODES do ssh $n "rm -rf /tmp/corosync*.rpm" + ssh $n "rm -f /etc/corosync/corosync.conf.*" scp $RPM_LIST $n:/tmp/ ssh $n "rpm --force -Uvf /tmp/corosync*.rpm" done