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

prep for 202 update site

parent 8f4e2d01
No related branches found
No related tags found
No related merge requests found
...@@ -15,11 +15,13 @@ if [ "${2}" == "-clean" ] ; then ...@@ -15,11 +15,13 @@ if [ "${2}" == "-clean" ] ; then
echo " Removing index and site xml files" echo " Removing index and site xml files"
rm -fr ${updateSite}/* rm -fr ${updateSite}/*
echo " Updating index and web site files, but not site xml files (yet)"
rsync -p ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html
rsync -p ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite}
fi fi
echo " Updating index and web site files, but not site xml files (yet)"
rsync -pua ${HOME}/${updateToolsDir}/WebContent/${mainIndexFileName} ${updateSite}/index.html
rsync -pua ${HOME}/${updateToolsDir}/WebContent/*.jpg ${updateSite}
ant -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite} ant -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
......
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