mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
32a4a941e0
Previously, requirements were gathered prior to the `sdist` target, and included in the sdist tarball. As some requirements are compiled, this caused problems where the compiled dependencies were linked against the wrong libraries. This pull-request addresses that by moving the requirements gathering into the `dh_prep` and `%build` steps of the packaging process.
23 lines
743 B
Plaintext
23 lines
743 B
Plaintext
recursive-include awx *.py
|
|
recursive-include awx/static *.ico
|
|
recursive-include awx/templates *.html
|
|
recursive-include awx/api/templates *.md *.html
|
|
recursive-include awx/ui/templates *.html
|
|
recursive-include awx/ui/dist *
|
|
recursive-include awx/playbooks *.yml
|
|
recursive-include awx/lib/site-packages *
|
|
recursive-include requirements *.txt
|
|
recursive-include config *
|
|
recursive-exclude awx devonly.py*
|
|
recursive-exclude awx/api/tests *
|
|
recursive-exclude awx/main/tests *
|
|
recursive-exclude awx/settings local_settings.py*
|
|
include tools/scripts/request_tower_configuration.sh
|
|
include tools/scripts/ansible-tower-service
|
|
include tools/munin_monitors/*
|
|
include tools/sosreport/*
|
|
include COPYING
|
|
include Makefile
|
|
prune awx/public
|
|
prune awx/projects
|