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

small improvements

parent f3a55669
No related branches found
No related tags found
No related merge requests found
......@@ -6,12 +6,12 @@ source ./parseSiteArg.shsource
# important: make sure digest is updated same time as site.xml's
# TODO: should digest be recreated on final site? No for "exact" sites, yes, if "merged" sites.
rsync -v -p ${fromDir}/digest.zip ${toDir}
rsync -p ${fromDir}/digest.zip ${toDir}
rsync -v -p ${fromDir}/*.html ${toDir}
rsync -v -p ${fromDir}/*.jpg ${toDir}
rsync -v -p ${fromDir}/*.xml ${toDir}
rsync -p ${fromDir}/*.html ${toDir}
rsync -p ${fromDir}/*.jpg ${toDir}
rsync -p ${fromDir}/*.xml ${toDir}
# Typically, as of this writing
# Europa: 'declaredUpdates' to 'milestones'
......
......@@ -6,6 +6,7 @@ updateSite=${HOME}/downloads/webtools/testUpdates
mainSiteFileName=siteCallisto.xml
mainIndexFileName=indexCallisto.html
fileListFile=updateCallistoMirrorAll.xml
source properties.shsource
......@@ -26,7 +27,7 @@ if [ "${1}" == "-clean" ] ; then
fi
ant -f updateCallistoMirrorAll.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
ant -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
# merge authored site.xml files with the most recent auto generated one
./runUpdateSiteXmlFiles.sh ${mainSiteFileName} ${updateSite}
......
......@@ -6,6 +6,7 @@ updateSite=${HOME}/downloads/webtools/declaredUpdates
mainSiteFileName=siteEuropa.xml
mainIndexFileName=indexEuropa.html
fileListFile=updateEuropaMirrorAll.xml
source properties.shsource
......@@ -27,7 +28,7 @@ if [ "${1}" == "-clean" ] ; then
fi
ant -f updateEuropaMirrorAll.xml -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
ant -f ${fileListFile} -Declipse.home=${eclipseLocation} -Dupdate.site=${updateSite}
# merge authored site.xml files with the most recent auto generated one
./runUpdateSiteXmlFiles.sh ${mainSiteFileName} ${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