Update some setup things for the new callback script

This commit is contained in:
Matthew Jones
2014-04-16 11:15:52 -04:00
parent 8ffdc6de29
commit 9901658f02
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ recursive-exclude awx/ui/static/lib/ansible *
recursive-exclude awx/settings local_settings.py*
include awx/ui/static/js/awx.min.js
include awx/ui/static/js/config.js
include tools/scripts/callback_retry.sh
include tools/scripts/request_tower_configuration.sh
include COPYING
prune awx/public
prune awx/projects

View File

@@ -147,7 +147,7 @@ setup(
("%s" % webconfig, ["config/awx-httpd-80.conf",
"config/awx-httpd-443.conf",
]),
("%s" % sharedir, ["tools/scripts/callback_retry.sh"]),
("%s" % sharedir, ["tools/scripts/request_tower_configuration.sh"]),
]
),
options = {