[Movecommons-commits] r36 - trunk
Vicente J. Ruiz Jurado
vjrj_ at ourproject.org
Wed Oct 6 11:54:53 CEST 2010
Author: vjrj_
Date: 2010-10-06 11:54:53 +0200 (Wed, 06 Oct 2010)
New Revision: 36
Modified:
trunk/fabfile.py
Log:
Modified: trunk/fabfile.py
===================================================================
--- trunk/fabfile.py 2010-10-06 09:41:47 UTC (rev 35)
+++ trunk/fabfile.py 2010-10-06 09:54:53 UTC (rev 36)
@@ -2,7 +2,7 @@
env.hosts = ['scm.ourproject.org']
wp_theme_path = '/home/groups/movecommons/htdocs/wp-content/themes/mc'
-mc_img_path = '/home/groups/movecommons/htdocs/mc/0.1/images'
+mc_path = '/home/groups/movecommons/htdocs/mc/0.1/'
def commit():
"Similar to prepare_deploy"
@@ -29,9 +29,9 @@
def svn_update():
"Updates MC website with the repository files."
run("cd %s; svn up" % wp_theme_path)
- run("cd %s; svn up" % mc_img_path)
+ run("cd %s; svn up" % mc_path)
run("chgrp -R movecommons %s" % wp_theme_path)
- run("chgrp -R movecommons %s" % mc_img_path)
+ run("chgrp -R movecommons %s" % mc_path)
def deploy():
run('echo Deploying with user: "%(user)s"' % env)
More information about the Movecommons-commits
mailing list