[gnue] r9686 - trunk/www/utils [email protected] Wed, 6 Jun 2007 08:31:33 -0500 (CDT) Newsgroups gmane.comp.cms.gnue.cvs Message-ID <[email protected]> Author: reinhard Date: 2007-06-06 08:31:32 -0500 (Wed, 06 Jun 2007) New Revision: 9686 Modified: trunk/www/utils/create-website Log: Test. Modified: trunk/www/utils/create-website =================================================================== --- trunk/www/utils/create-website 2007-06-06 13:29:36 UTC (rev 9685) +++ trunk/www/utils/create-website 2007-06-06 13:31:32 UTC (rev 9686) @@ -46,7 +46,7 @@ # # Copy the static files into place, removing any .svn cruft os.system('cp -R %s/www/web/* %s/' % (SVN_BASE, DEST)) - os.system('find %s/ -name ".svn*" -exec rm -rf "{}" \\;' % (DEST)) + # os.system('find %s/ -name ".svn*" -exec rm -rf "{}" \\;' % (DEST)) # Create the news pages news.run()