prep for update site
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
index 75f757c..778ede5 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/getWTPUpdateToolsFromCVS.sh
@@ -32,9 +32,12 @@
echo " "
echo " cd ${updateToolsDir}/build-home/"
echo " "
-echo " # for Ganymede"
-echo " ./runUpdateAllProjects.sh -vcs Ganymede -b <buildrepositorypath> | tee out.txt"
+echo " # for Galilo"
+echo " ./runUpdateAllProjects.sh -vcs Galileo -b <buildrepositorypath> | tee out.txt"
echo " "
+echo " # for Galilo"
+echo " ./runUpdateAllProjects.sh -vcs Galileo -b "$HOME"/downloads/webtools/downloads/drops/R3.1/S-3.1RC3-20090602055316/updateSite | tee out.txt"
+echo " "
echo " When complete, be sure to inspect or at least grep the out.txt file for anomilies, e.g. "
echo " grep failed out.txt"
echo " grep error out.txt"
diff --git a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
index 1ac18df..41288e2 100644
--- a/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
+++ b/org.eclipse.wtp.releng.webupdatesite/build-home/runUpdateAllProjects.sh
@@ -4,7 +4,7 @@
function usage() {
- printf "\n\tUsage: %s [-h] | [-v] [-c] -s stream" $(basename $0) >&2
+ printf "\n\tUsage: %s [-h] | [-v] [-c] -s stream -b buildrepositorypath" $(basename $0) >&2
printf "\n\t\t%s\n\n" "where h==help, v==verbose, c==clean and s==stream, where steam is Ganymede, Europa, etc" >&2
}
@@ -68,7 +68,7 @@
echo " Updating index and web site files, but not site xml files (yet)"
rsync -pua "${buildrepositorypath}" "${testUpdateSite}"
rsync -pua ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${testUpdateSite}/index.html
- rsync -pua ${HOME}/${updateToolsDir}/WebContent/*.jpg ${testUpdateSite}
+ rsync -rpua ${HOME}/${updateToolsDir}/WebContent/*.jpg ${testUpdateSite}
./createMirrorFile.sh -s "$stream" -b "$buildrepositorypath"