From e39a4497ebf44b343078b286a0bb252bc6de2785 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Wed, 28 Jun 2006 05:14:16 +0000 Subject: [PATCH] automating some update scripts --- .../build-home/getUpdateToolsFromCVS.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/getUpdateToolsFromCVS.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/getUpdateToolsFromCVS.sh index 48ef2ff0e..299e9df93 100644 --- a/org.eclipse.wtp.releng.webupdatesite/build-home/getUpdateToolsFromCVS.sh +++ b/org.eclipse.wtp.releng.webupdatesite/build-home/getUpdateToolsFromCVS.sh @@ -17,9 +17,9 @@ echo " " # ISSUE: we should move away from using 'head' version # Note: we can use "local host" since we are running on the same cluser as the cvs server # otherwise, if running remotely, localhos should be changed to 'dev.eclpise.org' -cvs -Q -f -d :pserver:anonymous@localhost:/cvsroot/webtools export -r HEAD $updateToolsDir +cvs -Q -f -d :pserver:anonymous@dev.eclipse.org:/cvsroot/webtools export -r HEAD $updateToolsDir -chmod -R +x $updateToolsDir/*.sh +chmod -R +x $updateToolsDir/build-home/*.sh echo " for complete refresh, use something similar to following" echo " " -- GitLab