You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2012/03/22 22:18:55 UTC

svn commit: r1304072 - /trafficserver/site/trunk/build.sh

Author: igalic
Date: Thu Mar 22 21:18:55 2012
New Revision: 1304072

URL: http://svn.apache.org/viewvc?rev=1304072&view=rev
Log:
make sure the CMS is up-to-date before building

Modified:
    trafficserver/site/trunk/build.sh

Modified: trafficserver/site/trunk/build.sh
URL: http://svn.apache.org/viewvc/trafficserver/site/trunk/build.sh?rev=1304072&r1=1304071&r2=1304072&view=diff
==============================================================================
--- trafficserver/site/trunk/build.sh (original)
+++ trafficserver/site/trunk/build.sh Thu Mar 22 21:18:55 2012
@@ -22,6 +22,10 @@ APACHE_CMS=${APACHE_CMS:-cms}
 # The target (output) directory.
 ATS_TARGET=${ATS_CMS_TARGET:-ats-cms-docroot}
 
+# make sure the CMS is in current state so we don't get results that
+# differ from that on the live servers.
+svn up "${APACHE_CMS}"
+
 if [ -z "$MARKDOWN_SOCKET" ] ; then
     # What's the point of this? If the directory didn't exist, it's somewhat
     # unlikely that the md.sock file in it is around to be read either. And