Skip to content
Snippets Groups Projects
Commit e39a4497 authored by david_williams's avatar david_williams
Browse files

automating some update scripts

parent 8a62f0d5
No related branches found
No related tags found
No related merge requests found
...@@ -17,9 +17,9 @@ echo " " ...@@ -17,9 +17,9 @@ echo " "
# ISSUE: we should move away from using 'head' version # 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 # 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' # 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 " for complete refresh, use something similar to following"
echo " " echo " "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment