Author: reinhard Date: 2009-12-06 04:59:38 -0600 (Sun, 06 Dec 2009) New Revision: 10094
Modified: trunk/www/utils/sbin/update-tasks Log: Create website *after* the docs have been built, because we need the docs for the website... Modified: trunk/www/utils/sbin/update-tasks =================================================================== --- trunk/www/utils/sbin/update-tasks 2009-12-05 20:55:48 UTC (rev 10093) +++ trunk/www/utils/sbin/update-tasks 2009-12-06 10:59:38 UTC (rev 10094) @@ -86,15 +86,6 @@ HOME=${BASE} ./setup-svn.py --auto 2>&1 | sed 's/^/ (*) /g' -# Update the website based on gnue/www/ -echo "$(date +"%F %T") Updating website." -cd ${CHECKOUT}/www -$BASE/bin/gcvs utils/create-website --update --dest /usr/local/www/gnue/htdocs --htdig /etc/htdig --twiki /var/lib/twiki/templates 2>&1 | sed 's/^/ (*) /g' - -# Update the downloads section -echo "$(date +"%F %T") Updating downloads." -/usr/local/gnue-sandbox/sbin/update-downloads 2>&1 | sed 's/^/ (*) /g' - # # Create docs # @@ -144,6 +135,15 @@ echo "." done +# Update the website based on gnue/www/ +echo "$(date +"%F %T") Updating website." +cd ${CHECKOUT}/www +$BASE/bin/gcvs utils/create-website --update --dest /usr/local/www/gnue/htdocs --htdig /etc/htdig --twiki /var/lib/twiki/templates 2>&1 | sed 's/^/ (*) /g' + +# Update the downloads section +echo "$(date +"%F %T") Updating downloads." +/usr/local/gnue-sandbox/sbin/update-downloads 2>&1 | sed 's/^/ (*) /g' + echo "$(date +"%F %T") Website update finished." ) > $OUTFILE 2>&1 _______________________________________________ commit-gnue mailing list commit-gnue@gnu.org http://lists.gnu.org/mailman/listinfo/commit-gnue