mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
f70dcf8dbb
* Added a new make tarket (minjs) to run the compile script and modified the sdist target to require it * Minor fixes to packaging to chown/chmod the SECRET_KEY file to the proper user and permissions
18 lines
595 B
Plaintext
18 lines
595 B
Plaintext
recursive-include awx *.py
|
|
recursive-include awx/static *.ico
|
|
recursive-include awx/templates *.html
|
|
recursive-include awx/ui *.html
|
|
recursive-include awx/ui/static *.css *.ico *.png *.gif *.jpg
|
|
recursive-include awx/ui/static *.eot *.svg *.ttf *.woff *.otf
|
|
recursive-include awx/lib/site-packages *
|
|
recursive-include config *
|
|
recursive-include config/deb *
|
|
recursive-include config/rpm *
|
|
recursive-exclude awx devonly.py*
|
|
recursive-exclude awx/settings local_settings.py*
|
|
include awx/ui/static/js/awx-min.js
|
|
include COPYING
|
|
prune awx/public
|
|
prune awx/projects
|
|
prune awx/ui/static/lib/jstree/_*
|