You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by th...@apache.org on 2007/07/13 11:16:38 UTC

svn commit: r555917 - /lenya/docu/src/documentation/content/xdocs/docs/website-update.xml

Author: thorsten
Date: Fri Jul 13 02:16:37 2007
New Revision: 555917

URL: http://svn.apache.org/viewvc?view=rev&rev=555917
Log:
Fixing some minor errors

Modified:
    lenya/docu/src/documentation/content/xdocs/docs/website-update.xml

Modified: lenya/docu/src/documentation/content/xdocs/docs/website-update.xml
URL: http://svn.apache.org/viewvc/lenya/docu/src/documentation/content/xdocs/docs/website-update.xml?view=diff&rev=555917&r1=555916&r2=555917
==============================================================================
--- lenya/docu/src/documentation/content/xdocs/docs/website-update.xml (original)
+++ lenya/docu/src/documentation/content/xdocs/docs/website-update.xml Fri Jul 13 02:16:37 2007
@@ -133,10 +133,9 @@
             Then a cronjob on the server will automatically publish it (see next section). 
           </p>
           <p>You can use a similar script we are using on the zones server in $lenya.docu.</p>
-          <source>#!/bin/sh
+          <source>#!/bin/bash
 svn up
-# the last revision number should be set automatic (first commit of this month)
-LAST=418787
+source SVN-HEAD-REV.txt
 svn log -r $LAST:HEAD -v --xml http://svn.apache.org/repos/asf/lenya > src/documentation/content/svn-log/tlp-HEAD.svn.xml
 forrest -f publish.xml build
 forrest -f publish.xml deploy</source>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org