Author: reinhard
Date: 2007-05-25 02:26:52 -0500 (Fri, 25 May 2007)
New Revision: 9627
Modified:
trunk/www/utils/create-website
Log:
Do not ignore error messages on web page copy.
Modified: trunk/www/utils/create-website
===================================================================
--- trunk/www/utils/create-website 2007-05-25 06:53:50 UTC (rev 9626)
+++ trunk/www/utils/create-website 2007-05-25 07:26:52 UTC (rev 9627)
@@ -45,8 +45,8 @@
#
# Copy the static files into place, removing any .svn cruft
- os.system('cp -R %s/www/web/* %s/ >/dev/null 2>&1' % (SVN_BASE, DEST))
- os.system('find %s/ -name ".svn*" -exec rm -rf "{}" \\; >/dev/null 2>&1' %
(DEST))
+ os.system('cp -R %s/www/web/* %s/' % (SVN_BASE, DEST))
+ os.system('find %s/ -name ".svn*" -exec rm -rf "{}" \\;' % (DEST))
# Create the news pages
news.run()
_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue