[Movecommons-commits] r147 - trunk

Vicente J. Ruiz Jurado vjrj_ at ourproject.org
Wed Mar 7 14:24:30 CET 2012


Author: vjrj_
Date: 2012-03-07 14:24:30 +0100 (Wed, 07 Mar 2012)
New Revision: 147

Modified:
   trunk/fabfile.py
Log:


Modified: trunk/fabfile.py
===================================================================
--- trunk/fabfile.py	2012-03-07 12:19:43 UTC (rev 146)
+++ trunk/fabfile.py	2012-03-07 13:24:30 UTC (rev 147)
@@ -33,8 +33,8 @@
     "Updates MC website with the repository files."
     run("cd %s; svn up" % wp_theme_path)
     run("cd %s; svn up" % mc_path)
-    run("chgrp -R movecommons %s" % wp_theme_path)
-    run("chgrp -R movecommons %s" % mc_path)
+    run("find %s -uid `id -u` -exec chgrp movecommons \{} \;" % wp_theme_path)
+    run("find %s -uid `id -u` -exec chgrp movecommons \{} \;" % mc_path)
 
 def deploy():
     run('echo Deploying with user: "%(user)s"' % env)




More information about the Movecommons-commits mailing list