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 2006/07/24 01:49:50 UTC

svn commit: r424859 - /lenya/zone/bin/createStatus.sh

Author: thorsten
Date: Sun Jul 23 16:49:49 2006
New Revision: 424859

URL: http://svn.apache.org/viewvc?rev=424859&view=rev
Log:
Updating the staging docu deployment to meet current changes.

Modified:
    lenya/zone/bin/createStatus.sh

Modified: lenya/zone/bin/createStatus.sh
URL: http://svn.apache.org/viewvc/lenya/zone/bin/createStatus.sh?rev=424859&r1=424858&r2=424859&view=diff
==============================================================================
--- lenya/zone/bin/createStatus.sh (original)
+++ lenya/zone/bin/createStatus.sh Sun Jul 23 16:49:49 2006
@@ -1,6 +1,6 @@
 #!/usr/bin/bash
 source /export/home/lenya/bin/setenv.sh
 echo "checking out the log"
-svn log -v --xml http://svn.apache.org/repos/asf/lenya > $LENYA_DOCU/log.xml
-echo "generating status.xml"
-java -jar $SAXON_JAR -o $LENYA_DOCU/status.xml $LENYA_DOCU/log.xml $LENYA_DOCU/tools/svn2changes.xsl
\ No newline at end of file
+# the last revision number should be set automatic
+LAST=418787
+svn log -r $LAST:HEAD -v --xml http://svn.apache.org/repos/asf/lenya > $LENYA_DOCU/src/documentation/content/svn-log/tlp-HEAD.svn.xml



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