From: P2P-Next User Date: Wed, 27 Oct 2010 08:13:29 +0000 (+0300) Subject: ControlScripts: remove final rsync publish X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=c4fa0ffff409f8299571699814d8fc04bc7af426;p=p2p-testing-infrastructure.git ControlScripts: remove final rsync publish remove rsync publishing to swarm.cs.pub.ro in run_campaign --- 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"