You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by pq...@apache.org on 2008/12/27 06:24:37 UTC

svn commit: r729599 - /httpd/sandbox/mod_mbox-3/scripts/site-sitemap.py

Author: pquerna
Date: Fri Dec 26 21:24:37 2008
New Revision: 729599

URL: http://svn.apache.org/viewvc?rev=729599&view=rev
Log:
Use production prefixes.

Modified:
    httpd/sandbox/mod_mbox-3/scripts/site-sitemap.py

Modified: httpd/sandbox/mod_mbox-3/scripts/site-sitemap.py
URL: http://svn.apache.org/viewvc/httpd/sandbox/mod_mbox-3/scripts/site-sitemap.py?rev=729599&r1=729598&r2=729599&view=diff
==============================================================================
--- httpd/sandbox/mod_mbox-3/scripts/site-sitemap.py (original)
+++ httpd/sandbox/mod_mbox-3/scripts/site-sitemap.py Fri Dec 26 21:24:37 2008
@@ -4,7 +4,6 @@
 import sys
 
 ROOT="/x1/mail-archives/mod_mbox"
-ROOT="/opt/mail"
 HOSTNAME="http://mail-archives.apache.org/mod_mbox/"
 tlps={}
 for files in os.listdir(ROOT):