Revision: 1536 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1536&view=re... Author: dmaphy Date: 2010-08-31 19:59:04 +0000 (Tue, 31 Aug 2010)
Log Message: ----------- website: svn update $SOURCESDIR in gencontent.sh (very important for the cronjob.. :) )
Modified Paths: -------------- www/staging/gencontent.sh www/staging/index.php
Modified: www/staging/gencontent.sh =================================================================== --- www/staging/gencontent.sh 2010-08-28 23:03:50 UTC (rev 1535) +++ www/staging/gencontent.sh 2010-08-31 19:59:04 UTC (rev 1536) @@ -92,6 +92,8 @@ if [ ! -d $SOURCESDIR ]; then echo -e "Directory containing sources $SOURCESDIR could not be found!\n" exit 1 +else + svn update $SOURCESDIR fi
Modified: www/staging/index.php =================================================================== --- www/staging/index.php 2010-08-28 23:03:50 UTC (rev 1535) +++ www/staging/index.php 2010-08-31 19:59:04 UTC (rev 1536) @@ -29,8 +29,6 @@ define('CONTENTFILE', CONTENTPATH . 'start.html'); }
- - print '<?xml version="1.0"?>'; ?>
@@ -92,7 +90,6 @@ <ul> <li><a href="index.php?site=README">List or update a plugin</a></li> </ul> - </div>
<div id="content">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org