~bloodearnest/charms/trusty/apache2/vhost_template_vars

« back to all changes in this revision

Viewing changes to fabfile.py

  • Committer: Diogo Baeder de Paula Pinto
  • Date: 2013-02-19 14:18:19 UTC
  • mto: (27.2.16 apache2)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: diogobaeder@canonical.com-20130219141819-mak63rvbddn50jqz
Removing Fabric and virtualenv stuff, back to Makefile

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# flake8: noqa
2
 
# Copyright 2010 Canonical Ltd.  This software is licensed under the
3
 
# GNU Affero General Public License version 3 (see the file LICENSE).
4
 
 
5
 
# use a fabtasks package to keep fabric code organized
6
 
from fabtasks import *