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

prep for update site

parent d973c082
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,13 @@ 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.1RC5-20090616035105/updateSite | tee out.txt"
echo " ./runUpdateAllProjects.sh -vcs Galileo -b "$HOME"/downloads/webtools/downloads/drops/R3.1/M-3.1M-20090728234407/updateSite | tee out.txt"
echo " "
echo " # for Helios"
echo " ./runUpdateAllProjects.sh -vcs Helios -b <buildrepositorypath> | tee out.txt"
echo " "
echo " # for Helios"
echo " ./runUpdateAllProjects.sh -vcs Helios -b "$HOME"/shared/webtools/committers/wtp-R3.2-S/20090811163257/S-3.2M1-20090811163257/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"
......
......@@ -33,7 +33,16 @@ then
elif [ "${1}" = "Galileo" ]
then
testUpdateSite=${HOME}/downloads/webtools/tempTestUpdates31
milestoneDirectory=${HOME}/downloads/webtools/milestonesRC5
milestoneDirectory=${HOME}/downloads/webtools/maintenance
releaseDir=${HOME}/downloads/webtools/updates
mainSiteFileName=siteGalileo.xml
mainIndexFileName=indexGalileo.html
fileListFile=updateGalileoMirrorAll.xml
elif [ "${1}" = "Helios" ]
then
testUpdateSite=${HOME}/downloads/webtools/tempTestUpdates32
milestoneDirectory=${HOME}/downloads/webtools/milestones
releaseDir=${HOME}/downloads/webtools/updates
mainSiteFileName=siteGalileo.xml
mainIndexFileName=indexGalileo.html
......
......@@ -5,7 +5,7 @@
function usage() {
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 Galileo, Ganymede, etc., " >&2
printf "\n\t\t%s\n\n" "where h==help, v==verbose, c==clean and s==stream, where steam is Helios, Galileo, Ganymede, etc., " >&2
printf "\n\t\t%s\n\n" " and b is absolute path to directory of update site repository " >&2
}
......
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