This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# -*- coding: utf-8 -*- | |
import logging | |
import os | |
from os.path import abspath, dirname, join | |
from os import environ | |
from fabric.api import env, task | |
from fabric.operations import local | |
from fabric.operations import sudo | |
from fabric.utils import puts |
NewerOlder