Change the default path to the Rookeries package to be in the local directory.
This commit is contained in:
parent
07d364b94f
commit
5673891638
|
@ -5,7 +5,7 @@ app_name: "{{ rookeries_app_name }}"
|
|||
# Introduced from deployment playbook
|
||||
rookeries_venv: "{{ virtualenv_root_path }}/rookeries"
|
||||
rookeries_package: rookeries-0.4.0.tar.bz2
|
||||
rookeries_package_path: "../../{{ rookeries_package }}"
|
||||
rookeries_package_path: "{{ rookeries_package }}"
|
||||
|
||||
# Extra virtualenv if working in a dev environment to provide the mailsink testing server
|
||||
rookeries_dev_email_server_venv: "{{ virtualenv_root_path }}/mail_server"
|
||||
|
|
Loading…
Reference in New Issue