updated docstrings that refer to fabric path by calling the head of the path 'fabric_local'
This commit is contained in:
parent
1267e91976
commit
55e6c98075
1 changed files with 2 additions and 2 deletions
|
|
@ -210,7 +210,7 @@ def _store_configuration(config_dict, branch):
|
||||||
|
|
||||||
def deploy_readmes():
|
def deploy_readmes():
|
||||||
"""
|
"""
|
||||||
takes the readme files from tools/fabric/templates/readmes
|
takes the readme files from the fabric_local/templates/readmes
|
||||||
and puts then under the top level of the project/scripts directory
|
and puts then under the top level of the project/scripts directory
|
||||||
"""
|
"""
|
||||||
configuration = env.config
|
configuration = env.config
|
||||||
|
|
@ -225,7 +225,7 @@ def deploy_readmes():
|
||||||
|
|
||||||
def deploy_conf():
|
def deploy_conf():
|
||||||
"""
|
"""
|
||||||
takes the conf templates from tools/fabric/templates/conf
|
takes the conf templates from fabric_local/templates/conf
|
||||||
and puts them under scripts/conf.
|
and puts them under scripts/conf.
|
||||||
|
|
||||||
Note, these "conf" files are NOT the same as the meta/branch.yml conf
|
Note, these "conf" files are NOT the same as the meta/branch.yml conf
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue