Change the default path to the Rookeries package to be in the local directory.

This commit is contained in:
Dorian 2015-05-20 10:53:03 -04:00
parent 07d364b94f
commit 5673891638
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ app_name: "{{ rookeries_app_name }}"
# Introduced from deployment playbook # Introduced from deployment playbook
rookeries_venv: "{{ virtualenv_root_path }}/rookeries" rookeries_venv: "{{ virtualenv_root_path }}/rookeries"
rookeries_package: rookeries-0.4.0.tar.bz2 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 # Extra virtualenv if working in a dev environment to provide the mailsink testing server
rookeries_dev_email_server_venv: "{{ virtualenv_root_path }}/mail_server" rookeries_dev_email_server_venv: "{{ virtualenv_root_path }}/mail_server"