[virtualcommons-svn] commit/vcweb: alllee: getting rid of explicit python2.6 from fab
Status: Beta
Brought to you by:
alllee
From: Bitbucket <com...@bi...> - 2011-05-21 06:26:56
|
1 new changeset in vcweb: http://bitbucket.org/virtualcommons/vcweb/changeset/c2cbc3a21d03/ changeset: r370:c2cbc3a21d03 user: alllee date: 2011-05-21 08:26:48 summary: getting rid of explicit python2.6 from fab affected #: 1 file (24 bytes) --- a/vcweb/fabfile.py Wed May 18 17:31:57 2011 -0700 +++ b/vcweb/fabfile.py Fri May 20 23:26:48 2011 -0700 @@ -9,7 +9,7 @@ sys.path.append(os.path.abspath('..')) # default env configuration -env.python = 'python2.6' +env.python = 'python' env.project_name = 'vcweb' env.deploy_user = 'apache' env.deploy_group = 'commons' @@ -108,7 +108,6 @@ local("%(python)s manage.py celerybeat" % env) def push(): - local('hg push') local('hg push ssh://hg...@bi.../virtualcommons/vcweb') def dev(): Repository URL: https://bitbucket.org/virtualcommons/vcweb/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |