svn commit: samba-web r311 - in trunk/scripts: .

deryck at samba.org deryck at samba.org
Fri Sep 3 22:10:25 GMT 2004


Author: deryck
Date: 2004-09-03 22:10:25 +0000 (Fri, 03 Sep 2004)
New Revision: 311

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba-web&path=/trunk/scripts&rev=311&nolog=1

Log:

Change path to news dir back to path on dp.samba.org.
Forgot I had changed for testing before last commit.

--deryck

Modified:
   trunk/scripts/updateNews.py


Changeset:
Modified: trunk/scripts/updateNews.py
===================================================================
--- trunk/scripts/updateNews.py	2004-09-03 22:09:03 UTC (rev 310)
+++ trunk/scripts/updateNews.py	2004-09-03 22:10:25 UTC (rev 311)
@@ -15,8 +15,7 @@
 import os, time
 from stat import ST_MTIME
 
-# top_dir = '/data/httpd/html/samba/news'      # set to news directory path
-top_dir = '/srv/www/htdocs/news'
+top_dir = '/data/httpd/html/samba/news'      # set to news directory path
 not_news = ['.svn', 'images', 'style', 'calendar', 'index.html']
 
 



More information about the samba-cvs mailing list