commit | b8d25bbbf0d47f610e03b7cf0b770ba4a3ec0b42 | [log] [tgz] |
---|---|---|
author | david_williams <david_williams> | Fri Jan 15 07:00:12 2010 +0000 |
committer | david_williams <david_williams> | Fri Jan 15 07:00:12 2010 +0000 |
tree | 44318f403e2f89849544e355c846d86297c88d46 | |
parent | fe3c01fcd8e982566f37322e891313dddf969ce1 [diff] |
prep for Galileo SR2
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh index 4c37abf..bbf10f7 100644 --- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh +++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
@@ -72,8 +72,10 @@ # if not provided, we'll use the one coded here if [ -z "${buildrepositorypath}" ] then + echo "Using default build repository path" buildrepositorypath=${HOME}/downloads/webtools/downloads/drops/R3.2.0/"${WTP_DEFAULT}"/updateSite/ else + echo "Using the provided build repository path" echo "buildrepositorypath: " "${buildrepositorypath}" fi