mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
Update some setup things for the new callback script
This commit is contained in:
@@ -16,7 +16,7 @@ recursive-exclude awx/ui/static/lib/ansible *
|
|||||||
recursive-exclude awx/settings local_settings.py*
|
recursive-exclude awx/settings local_settings.py*
|
||||||
include awx/ui/static/js/awx.min.js
|
include awx/ui/static/js/awx.min.js
|
||||||
include awx/ui/static/js/config.js
|
include awx/ui/static/js/config.js
|
||||||
include tools/scripts/callback_retry.sh
|
include tools/scripts/request_tower_configuration.sh
|
||||||
include COPYING
|
include COPYING
|
||||||
prune awx/public
|
prune awx/public
|
||||||
prune awx/projects
|
prune awx/projects
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -147,7 +147,7 @@ setup(
|
|||||||
("%s" % webconfig, ["config/awx-httpd-80.conf",
|
("%s" % webconfig, ["config/awx-httpd-80.conf",
|
||||||
"config/awx-httpd-443.conf",
|
"config/awx-httpd-443.conf",
|
||||||
]),
|
]),
|
||||||
("%s" % sharedir, ["tools/scripts/callback_retry.sh"]),
|
("%s" % sharedir, ["tools/scripts/request_tower_configuration.sh"]),
|
||||||
]
|
]
|
||||||
),
|
),
|
||||||
options = {
|
options = {
|
||||||
|
|||||||
Reference in New Issue
Block a user