commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9627 - trunk/www/utils


From: reinhard
Subject: [gnue] r9627 - trunk/www/utils
Date: Fri, 25 May 2007 02:26:52 -0500 (CDT)

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()





reply via email to

[Prev in Thread] Current Thread [Next in Thread]