mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
256af567de
* release_2.3: (24 commits) Updated package changelogs Rephrase task name Make purge supervisor.conf conditional on 2.2 el6 Fix another name typo. Update python-ldap license text. Add LGPL source directly so it gets shipped. Update font-awesome licenses per legal feedback Remove bundled_licenses - we are shipping the source for bundled items, and therefore do not need to provide this separately. Add more license texts. Add full Apache licenses to files, per Pam. Attempt to harden mongodb tgz download Correct DJRF/DJRF-mongoengine licenses, rename qsstats license to match pkg name. Fix some typos in file names, and add licenses for some things we have modified in our own repos. Update Ubuntu depends and ppa's Include source for bundled packages in bundle. Include license information in packaging Add READMEs for the license directories. vendored python licenses Add bundled licenses documentation Revert to stock libzmq3 for deb depends ...
25 lines
813 B
Plaintext
25 lines
813 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/static *
|
|
recursive-include awx/playbooks *.yml
|
|
recursive-include awx/lib/site-packages *
|
|
recursive-include requirements *.txt
|
|
recursive-include config *
|
|
recursive-include docs/licenses *
|
|
recursive-exclude awx devonly.py*
|
|
recursive-exclude awx/api/tests *
|
|
recursive-exclude awx/main/tests *
|
|
recursive-exclude awx/ui/client *
|
|
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
|