From c4fa0ffff409f8299571699814d8fc04bc7af426 Mon Sep 17 00:00:00 2001 From: P2P-Next User Date: Wed, 27 Oct 2010 11:13:29 +0300 Subject: [PATCH] ControlScripts: remove final rsync publish remove rsync publishing to swarm.cs.pub.ro in run_campaign --- ControlScripts/run_campaign.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ControlScripts/run_campaign.sh b/ControlScripts/run_campaign.sh index b3154d8..c130601 100755 --- a/ControlScripts/run_campaign.sh +++ b/ControlScripts/run_campaign.sh @@ -123,6 +123,6 @@ echo "done" # Publishing results to swarm -echo -n "Publishing results to swarm.cs.pub.ro..." -rsync -avP --exclude OldResults ${RESULTS_FOLDER_REL_PATH}/ george@swarm.cs.pub.ro:public_html/p2p-next/proxy-service-tests/ >> $ERR_LOG 2>&1 -echo "done" +#echo -n "Publishing results to swarm.cs.pub.ro..." +#rsync -avP --exclude OldResults ${RESULTS_FOLDER_REL_PATH}/ george@swarm.cs.pub.ro:public_html/p2p-next/proxy-service-tests/ >> $ERR_LOG 2>&1 +#echo "done" -- 2.39.5